Skip to content

Commit ac74ee7

Browse files
committed
chore: bump to 0.1.2+39
1 parent c3930e0 commit ac74ee7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

lib/core/global.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ const String kAppStage = 'Beta Version';
1111
const String kAppStageShort = 'β ';
1212
const int kMajorVersion = 0;
1313
const int kMinorVersion = 1;
14-
const int kPatchVersion = 1;
15-
const int kBuildNumber = 36;
14+
const int kPatchVersion = 2;
15+
const int kBuildNumber = 39;
1616
const int kDatabaseVersion = 1;
17-
const String kLastCommitHash = 'caab59aef5724564d3e8efa07f14bdca5dd29ae6';
17+
const String kLastCommitHash = 'c3930e0d8c0814fc34ad672a8ff17ea7dd533da2';
1818

1919
const String kBundledDataPath = 'assets/json/';
2020
const String kLocalDataPath = '/json/';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Past Paper Master.
33

44
publish_to: "none"
55

6-
version: 0.1.2+38
6+
version: 0.1.2+39
77

88
environment:
99
sdk: ">=2.18.2 <3.0.0"

0 commit comments

Comments
 (0)