Skip to content

Commit

Permalink
Advance version number to 1.56.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markusfisch committed Nov 3, 2022
1 parent ba24287 commit 4326df5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 1.56.0
* Add an action item to lock/unlock free rotation
* Support setting fore and background colors when creating barcodes
* Fix creating barcodes with UTF-8 content

## 1.55.0
* Make recreated barcode interactive
* Update to latest ZXing C++
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 {
minSdkVersion 9
targetSdkVersion sdk_version

versionCode 105
versionName '1.55.0'
versionCode 106
versionName '1.56.0'
}

signingConfigs {
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/106.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* Add an action item to lock/unlock free rotation
* Support setting fore and background colors when creating barcodes
* Fix creating barcodes with UTF-8 content

0 comments on commit 4326df5

Please sign in to comment.