File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ const String kAppStage = 'Beta Version';
1111const String kAppStageShort = 'β ' ;
1212const int kMajorVersion = 0 ;
1313const int kMinorVersion = 1 ;
14- const int kPatchVersion = 1 ;
15- const int kBuildNumber = 36 ;
14+ const int kPatchVersion = 2 ;
15+ const int kBuildNumber = 39 ;
1616const int kDatabaseVersion = 1 ;
17- const String kLastCommitHash = 'caab59aef5724564d3e8efa07f14bdca5dd29ae6 ' ;
17+ const String kLastCommitHash = 'c3930e0d8c0814fc34ad672a8ff17ea7dd533da2 ' ;
1818
1919const String kBundledDataPath = 'assets/json/' ;
2020const String kLocalDataPath = '/json/' ;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: Past Paper Master.
33
44publish_to : " none"
55
6- version : 0.1.2+38
6+ version : 0.1.2+39
77
88environment :
99 sdk : " >=2.18.2 <3.0.0"
You can’t perform that action at this time.
0 commit comments