Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.

Commit f9ed312

Browse files
committed
chore: Update version
1 parent dd1a40b commit f9ed312

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/constants/values.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const LOCATION_INTERVAL = Duration(minutes: 1);
1313
const TRANSFER_DATA_USERNAME = "locus_transfer";
1414
final TRANSFER_SUCCESS_MESSAGE = Uint8List.fromList([1, 2, 3, 4]);
1515

16-
const CURRENT_APP_VERSION = "0.14.1";
16+
const CURRENT_APP_VERSION = "0.14.2";
1717

1818
const LOG_TAG = "LocusLog";
1919

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1717
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1818
# In Windows, build-name is used as the major, minor, and patch parts
1919
# of the product and file versions while build-number is used as the build suffix.
20-
version: 0.14.1+33
20+
version: 0.14.2+34
2121

2222
environment:
2323
sdk: '>=2.18.5 <3.0.0'

0 commit comments

Comments
 (0)