diff --git a/lib/constants/values.dart b/lib/constants/values.dart index 8d9f838..bde1205 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.15.0"; +const CURRENT_APP_VERSION = "0.15.1"; const LOG_TAG = "LocusLog"; diff --git a/pubspec.yaml b/pubspec.yaml index 4a8b576..af7f3a3 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.15.0+36 +version: 0.15.1+37 environment: sdk: '>=3.0.0'