Skip to content

Commit

Permalink
updated app version
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNordicOne committed May 11, 2024
1 parent e474300 commit 6f1ea7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/version.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
flutter.versionCode=3
flutter.versionName=0.1.0
flutter.versionName=0.2.0
2 changes: 1 addition & 1 deletion lib/services/core/version_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import 'package:watch_it/watch_it.dart';

class VersionService {
static const String _styleVersion = "0";
static const String _debugSuffix = ".db-8";
static const String _debugSuffix = ".db-0";

late String _packageVersion;

Expand Down

0 comments on commit 6f1ea7a

Please sign in to comment.