Skip to content

Commit 5371864

Browse files
committed
Upping version.
1 parent 01835a8 commit 5371864

File tree

4 files changed

+18
-7
lines changed

4 files changed

+18
-7
lines changed

RELEASES.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## What's Changed in 4.0.16
2+
3+
- Fix ´ compose in dvorak Shifted by @lyluqo in [#1238](https://github.com/dessalines/thumb-key/pull/1238)
4+
5+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.15...4.0.16
6+
17
## What's Changed in 4.0.15
28

39
- Layout portuguese dvorak wide by @lyluqo in [#1234](https://github.com/dessalines/thumb-key/pull/1234)

app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
applicationId = "com.dessalines.thumbkey"
1414
minSdk = 21
1515
targetSdk = 35
16-
versionCode = 133
17-
versionName = "4.0.15"
16+
versionCode = 134
17+
versionName = "4.0.16"
1818

1919
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2020
vectorDrawables {

app/src/main/assets/RELEASES.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
## What's Changed in 4.0.15
1+
## What's Changed in 4.0.16
22

3-
- Layout portuguese dvorak wide by @lyluqo in [#1234](https://github.com/dessalines/thumb-key/pull/1234)
4-
- Add Tab, Esc in dvorak-wide by @lyluqo in [#1232](https://github.com/dessalines/thumb-key/pull/1232)
5-
- Add Breton French compose keyboard by @zeecho in [#1231](https://github.com/dessalines/thumb-key/pull/1231)
3+
- Fix ´ compose in dvorak Shifted by @lyluqo in [#1238](https://github.com/dessalines/thumb-key/pull/1238)
64

7-
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.14...4.0.15
5+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.15...4.0.16
86

97
<!-- generated by git-cliff -->
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## What's Changed in 4.0.16
2+
3+
- Fix ´ compose in dvorak Shifted by @lyluqo in [#1238](https://github.com/dessalines/thumb-key/pull/1238)
4+
5+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.15...4.0.16
6+
7+
<!-- generated by git-cliff -->

0 commit comments

Comments
 (0)