diff --git a/App_Resources/cardwallet/iOS/Info.plist b/App_Resources/cardwallet/iOS/Info.plist index 888fa0e3..477203d6 100644 --- a/App_Resources/cardwallet/iOS/Info.plist +++ b/App_Resources/cardwallet/iOS/Info.plist @@ -3,9 +3,9 @@ CFBundleShortVersionString - 1.5.4 + 1.5.5 CFBundleVersion - 26 + 27 CFBundleDevelopmentRegion en CFBundleDisplayName diff --git a/App_Resources/documentscanner/Android/app.gradle b/App_Resources/documentscanner/Android/app.gradle index 8847b97a..d192dcbc 100644 --- a/App_Resources/documentscanner/Android/app.gradle +++ b/App_Resources/documentscanner/Android/app.gradle @@ -11,8 +11,8 @@ android { defaultConfig { multiDexEnabled false minSdkVersion 21 - versionCode 109 - versionName "1.13.3" + versionCode 110 + versionName "1.13.4" // if (project.hasProperty('resConfigs')) { // def resConfigs = project.findProperty('resConfigs') diff --git a/fastlane/metadata/com.akylas.documentscanner/android/en-US/changelogs/110.txt b/fastlane/metadata/com.akylas.documentscanner/android/en-US/changelogs/110.txt new file mode 100644 index 00000000..670f511c --- /dev/null +++ b/fastlane/metadata/com.akylas.documentscanner/android/en-US/changelogs/110.txt @@ -0,0 +1,3 @@ +Bug fixes: +- local folder PDF sync fix +- Translations update \ No newline at end of file