Skip to content

Commit 1e76b14

Browse files
committed
Advance version number to 1.56.1
1 parent d077735 commit 1e76b14

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

3+
## 1.56.1
4+
* Allow pinching a barcode to its generated size
5+
* Fix view/frame transformation matrix
6+
* Fix handling of tab characters
7+
* Update Indonesian translation
8+
* Update Russian translation
9+
310
## 1.56.0
411
* Add an action item to lock/unlock free rotation
512
* Support setting fore and background colors when creating barcodes

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 106
13-
versionName '1.56.0'
12+
versionCode 109
13+
versionName '1.56.1'
1414
}
1515

1616
signingConfigs {

0 commit comments

Comments
 (0)