diff --git a/CHANGELOG.md b/CHANGELOG.md index 258604a7..ac4a7355 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +# 1.19.0 +* Allow scaling a new barcode to half its size +* Remember last selected barcode format + # 1.18.0 * Make open URL default action after decoding a barcode * Add a setting to open contents without inspection diff --git a/app/build.gradle b/app/build.gradle index 44cbc682..50017752 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { minSdkVersion 9 targetSdkVersion sdk_version - versionCode 46 - versionName '1.18.0' + versionCode 48 + versionName '1.19.0' // it's recommended to set this value to the lowest API level // able to provide all the functionality