Skip to content

Commit 91c2364

Browse files
committed
Advance version number to 1.5.0
1 parent 1e3f1c5 commit 91c2364

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

3+
## 1.5.0
4+
* Show a hex dump of decoded contents
5+
* Fix processing text from share menu
6+
* Add French translation
7+
38
## 1.4.3
49
* Fix broken history listing
510

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ android {
1414
minSdkVersion 9
1515
targetSdkVersion sdk_version
1616

17-
versionCode 18
18-
versionName '1.4.3'
17+
versionCode 19
18+
versionName '1.5.0'
1919

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

0 commit comments

Comments
 (0)