Skip to content

Commit 1476f41

Browse files
committed
Advance version number to 1.63.13
1 parent 0da1ffb commit 1476f41

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
## 1.63.13
4+
* Fix UTF-8 conversion of binary escape sequences when creating barcodes
5+
* Fix scan order for intervals under one second
6+
* Add arabic translation
7+
* Update French translation
8+
39
## 1.63.12
410
* Fix magnifying barcode recreation
511

app/build.gradle

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

12-
versionCode 140
13-
versionName '1.63.12'
12+
versionCode 141
13+
versionName '1.63.13'
1414
}
1515

1616
signingConfigs {

0 commit comments

Comments
 (0)