Skip to content

Commit 2ec72a0

Browse files
update to verison code 67
1 parent 0325f32 commit 2ec72a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/global/globals.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ PrismUsers prismUser = main.prefs.get(
1616
) as PrismUsers;
1717
String currentAppVersion = '2.6.6';
1818
String obsoleteAppVersion = '2.6.0';
19-
String currentAppVersionCode = '66';
19+
String currentAppVersionCode = '67';
2020
bool updateChecked = false;
2121
bool updateAvailable = false;
2222
Map versionInfo = {};

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ publish_to: none
1212
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1313
# Read more about iOS versioning at
1414
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
15-
version: 2.6.6+66
15+
version: 2.6.6+67
1616

1717
environment:
1818
sdk: '>=2.12.0 <3.0.0'

0 commit comments

Comments
 (0)