diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dc2c744..a34586af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +# 1.16.0 +* Improve displaying scanned barcodes +* Show a message if a barcode cannot be shared +* Fix setting system bar transparency when double taping a barcode +* Update Dutch translation +* Update Hungarian translation +* Update Indonesian translation +* Update Italian translation + # 1.15.0 * Additionally export history as CSV file * Color tool and system bars when a view is scrolled diff --git a/app/build.gradle b/app/build.gradle index 767cbab3..8b87357e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { minSdkVersion 9 targetSdkVersion sdk_version - versionCode 42 - versionName '1.15.0' + versionCode 43 + versionName '1.16.0' // it's recommended to set this value to the lowest API level // able to provide all the functionality