Skip to content

Commit f6f6897

Browse files
committed
2 parents bb5be6d + 5335016 commit f6f6897

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

App_Resources/cardwallet/iOS/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<plist version="1.0">
44
<dict>
55
<key>CFBundleShortVersionString</key>
6-
<string>1.5.8</string>
6+
<string>1.5.9</string>
77
<key>CFBundleVersion</key>
8-
<string>32</string>
8+
<string>33</string>
99
<key>CFBundleDevelopmentRegion</key>
1010
<string>en</string>
1111
<key>CFBundleDisplayName</key>

App_Resources/documentscanner/Android/app.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
defaultConfig {
1212
multiDexEnabled false
1313
minSdkVersion 21
14-
versionCode 114
15-
versionName "1.13.8"
14+
versionCode 115
15+
versionName "1.13.9"
1616

1717
// if (project.hasProperty('resConfigs')) {
1818
// def resConfigs = project.findProperty('resConfigs')

App_Resources/documentscanner/iOS/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<plist version="1.0">
44
<dict>
55
<key>CFBundleShortVersionString</key>
6-
<string>1.11.7</string>
6+
<string>1.11.8</string>
77
<key>CFBundleVersion</key>
8-
<string>53</string>
8+
<string>54</string>
99
<key>CFBundleDevelopmentRegion</key>
1010
<string>en</string>
1111
<key>CFBundleDisplayName</key>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Bug fixes:
2+
- crash while trying to add local folder sync
3+
- pdf import type choice was made persistent on click

0 commit comments

Comments
 (0)