Update version

This commit is contained in:
Hillel Coren 2020-12-07 09:12:30 +02:00
parent 4d47cbee43
commit f8d6c46db1
3 changed files with 6 additions and 6 deletions

View File

@ -8,7 +8,7 @@ class Constants {
}
// TODO remove version once #46609 is fixed
const String kClientVersion = '5.0.27';
const String kClientVersion = '5.0.28';
const String kMinServerVersion = '5.0.4';
const String kAppName = 'Invoice Ninja';

View File

@ -557,7 +557,7 @@ packages:
name: intl
url: "https://pub.dartlang.org"
source: hosted
version: "0.16.1"
version: "0.17.0-nullsafety.2"
io:
dependency: transitive
description:
@ -837,7 +837,7 @@ packages:
name: rounded_loading_button
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.16"
version: "1.0.17"
rxdart:
dependency: transitive
description:

View File

@ -1,6 +1,6 @@
name: invoiceninja_flutter
description: Client for Invoice Ninja
version: 5.0.27+27
version: 5.0.28+28
author: Hillel Coren
homepage: https://invoiceninja.com
documentation: http://docs.invoiceninja.com
@ -64,8 +64,8 @@ dependencies:
extended_image: 1.3.1-dev #TODO remove
# https://github.com/flutter/flutter/issues/70433#issuecomment-727154345
#dependency_overrides:
#vf intl: ^0.17.0-nullsafety.2
dependency_overrides:
intl: ^0.17.0-nullsafety.2
dev_dependencies:
flutter_driver: