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 26, 2024
1 parent 3bd0c60 commit a2e9047
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=5
flutter.versionName=0.4.1
flutter.versionName=1.0.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 @@ -3,7 +3,7 @@ import 'package:rabenkorb/services/core/environment_service.dart';
import 'package:watch_it/watch_it.dart';

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

late String _packageVersion;
Expand Down

0 comments on commit a2e9047

Please sign in to comment.