Skip to content

Commit

Permalink
Advance version number to 1.63.13
Browse files Browse the repository at this point in the history
  • Loading branch information
markusfisch committed Nov 24, 2024
1 parent 0da1ffb commit 1476f41
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.63.13
* Fix UTF-8 conversion of binary escape sequences when creating barcodes
* Fix scan order for intervals under one second
* Add arabic translation
* Update French translation

## 1.63.12
* Fix magnifying barcode recreation

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
minSdk 9
targetSdk sdk_version

versionCode 140
versionName '1.63.12'
versionCode 141
versionName '1.63.13'
}

signingConfigs {
Expand Down

0 comments on commit 1476f41

Please sign in to comment.