diff --git a/lib/constants/values.dart b/lib/constants/values.dart index dea24c4c..1fc014f2 100644 --- a/lib/constants/values.dart +++ b/lib/constants/values.dart @@ -13,7 +13,7 @@ const LOCATION_INTERVAL = Duration(minutes: 1); const TRANSFER_DATA_USERNAME = "locus_transfer"; final TRANSFER_SUCCESS_MESSAGE = Uint8List.fromList([1, 2, 3, 4]); -const CURRENT_APP_VERSION = "0.13.0"; +const CURRENT_APP_VERSION = "0.14.0"; const LOG_TAG = "LocusLog"; diff --git a/pubspec.yaml b/pubspec.yaml index 8e13ae53..091994ab 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -17,7 +17,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 0.13.0+31 +version: 0.14.0+32 environment: sdk: '>=2.18.5 <3.0.0'