0
0
mirror of https://github.com/markusfisch/BinaryEye.git synced 2024-09-20 03:52:16 +02:00

Advance version number to 1.29.0

This commit is contained in:
Markus Fisch 2020-05-22 13:39:41 +02:00
parent 4f7b392611
commit 8043ab7eff
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# Change Log # Change Log
## 1.29.0
* Add a setting to enable reading of vertical 1D barcodes
## 1.28.0 ## 1.28.0
* Share history as CSV and JSON too * Share history as CSV and JSON too
* Export history in JSON format * Export history in JSON format

View File

@ -9,8 +9,8 @@ android {
minSdkVersion 9 minSdkVersion 9
targetSdkVersion sdk_version targetSdkVersion sdk_version
versionCode 64 versionCode 65
versionName '1.28.0' versionName '1.29.0'
// it's recommended to set this value to the lowest API level // it's recommended to set this value to the lowest API level
// able to provide all the functionality // able to provide all the functionality