From 53aa60e7fe97b7c5fae25b605c44abb63a63c5f2 Mon Sep 17 00:00:00 2001 From: Myzel394 <50424412+Myzel394@users.noreply.github.com> Date: Fri, 29 Sep 2023 19:03:05 +0200 Subject: [PATCH] chore: Update version --- lib/constants/values.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/constants/values.dart b/lib/constants/values.dart index d0aaa62f..8d9f838a 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 08bdd9f0..4a8b576b 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'