Skip to content

Commit

Permalink
Update values.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
Myzel394 committed Jul 7, 2023
1 parent 3388d81 commit 4934df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/constants/values.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const LOCATION_INTERVAL = Duration(minutes: 2);
const TRANSFER_DATA_USERNAME = "locus_transfer";
final TRANSFER_SUCCESS_MESSAGE = Uint8List.fromList([1, 2, 3, 4]);

const CURRENT_APP_VERSION = "0.11.1";
const CURRENT_APP_VERSION = "0.11.2";

const LOG_TAG = "LocusLog";

Expand Down

0 comments on commit 4934df2

Please sign in to comment.