diff --git a/lib/constants/values.dart b/lib/constants/values.dart index d0aaa62..8d9f838 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.14.3"; +const CURRENT_APP_VERSION = "0.15.0"; const LOG_TAG = "LocusLog"; diff --git a/pubspec.yaml b/pubspec.yaml index 08bdd9f..4a8b576 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.14.3+35 +version: 0.15.0+36 environment: sdk: '>=3.0.0'