Skip to content

Commit 76cb107

Browse files
committed
Advance version number to 1.18.1
1 parent 9639c85 commit 76cb107

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

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

3+
## 1.18.1
4+
* Add an option to lock the menu
5+
* Add drop target to hide an app
6+
* Fix auto-launching perfect matches
7+
* Update Russian translation
8+
39
## 1.18.0
410
* Support for Icon Packs
511
* Hide apps from the launcher

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
minSdk 9
99
targetSdk sdk_version
1010

11-
versionCode 35
12-
versionName '1.18.0'
11+
versionCode 36
12+
versionName '1.18.1'
1313
}
1414

1515
signingConfigs {
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
* Add an option to lock the menu
2+
* Add drop target to hide an app
3+
* Fix auto-launching perfect matches
4+
* Update Russian translation

0 commit comments

Comments
 (0)