From 099b522d3560c74982d5075e959afadc49c17d4f Mon Sep 17 00:00:00 2001 From: Markus Fisch Date: Fri, 23 Aug 2019 18:32:03 +0200 Subject: [PATCH] Advance version number to 1.13.0 --- CHANGELOG.md | 3 +++ app/build.gradle | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9c7de08..1e9efe8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +# 1.13.0 +* Add missing extras for ZXing result intents + # 1.12.0 * Add preferences dialog and the option to use a custom URL with read contents * Add Brazilian Portuguese translation diff --git a/app/build.gradle b/app/build.gradle index b8b430fa..848a90fe 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { minSdkVersion 9 targetSdkVersion sdk_version - versionCode 36 - versionName '1.12.0' + versionCode 37 + versionName '1.13.0' // it's recommended to set this value to the lowest API level // able to provide all the functionality