Skip to content

Commit c72b6a2

Browse files
committed
Advance version number to 1.54.0
1 parent a7e3588 commit c72b6a2

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

3+
## 1.54.0
4+
* Recreate and show barcode from read contents if possible
5+
* Add ebay, Amazon and barcodelookup.com to search engines
6+
37
## 1.53.1
48
* Fix proguard configuration
59

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 102
13-
versionName '1.53.1'
12+
versionCode 103
13+
versionName '1.54.0'
1414
}
1515

1616
signingConfigs {
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
* Recreate and show barcode from read contents if possible
2+
* Add ebay, Amazon and barcodelookup.com to search engines
3+

0 commit comments

Comments
 (0)