Skip to content

Commit 40a6a77

Browse files
committed
Advance version number to 1.55.0
1 parent 301a33a commit 40a6a77

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## 1.55.0
4+
* Make recreated barcode interactive
5+
* Update to latest ZXing C++
6+
* Update Italian translation
7+
38
## 1.54.1
49
* Update Russian translation
510
* Update Turkish translation

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
minSdkVersion 9
1010
targetSdkVersion sdk_version
1111

12-
versionCode 104
13-
versionName '1.54.1'
12+
versionCode 105
13+
versionName '1.55.0'
1414
}
1515

1616
signingConfigs {
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
* Make recreated barcode interactive
2+
* Update to latest ZXing C++
3+
* Update Italian translation
4+

0 commit comments

Comments
 (0)