Skip to content

Commit 412e27e

Browse files
committed
Advance version number to 1.9.1
1 parent d73ea34 commit 412e27e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

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

3+
## 1.9.1
4+
* Pick search engine for content that is not an URL
5+
36
## 1.9.0
47
* Try Google when opening content as URL fails
58
* Show generic error message if barcode generation fails

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 28
13-
versionName '1.9.0'
12+
versionCode 29
13+
versionName '1.9.1'
1414

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

0 commit comments

Comments
 (0)