Skip to content

Commit

Permalink
Advance version number to 1.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markusfisch committed May 30, 2020
1 parent 9b1445e commit e318385
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 1.30.0
* Add a handle to define a region of interest
* Add a setting to show/hide cropping limiter
* Add support for VCALENDAR types
* Add spanish translation
* Add copy to clipboard button to context menu in history listing
* Make history actions work on current listing only
* Keep camera selection over orientation changes

## 1.29.0
* Add a setting to enable reading of vertical 1D barcodes

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 65
versionName '1.29.0'
versionCode 66
versionName '1.30.0'

// it's recommended to set this value to the lowest API level
// able to provide all the functionality
Expand Down

0 comments on commit e318385

Please sign in to comment.