Skip to content

Commit 70f2d35

Browse files
committed
Upping version.
1 parent 2ccd6de commit 70f2d35

File tree

4 files changed

+21
-5
lines changed

4 files changed

+21
-5
lines changed

RELEASES.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## What's Changed in 4.0.17
2+
3+
- Relatively large change to JAKanaThumbKey.kt by @K0baU in [#1241](https://github.com/dessalines/thumb-key/pull/1241)
4+
- Add Breton translation by @zeecho in [#1240](https://github.com/dessalines/thumb-key/pull/1240)
5+
6+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.16...4.0.17
7+
18
## What's Changed in 4.0.16
29

310
- Fix ´ compose in dvorak Shifted by @lyluqo in [#1238](https://github.com/dessalines/thumb-key/pull/1238)

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 = 134
17-
versionName = "4.0.16"
16+
versionCode = 135
17+
versionName = "4.0.17"
1818

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

app/src/main/assets/RELEASES.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
## What's Changed in 4.0.16
1+
## What's Changed in 4.0.17
22

3-
- Fix ´ compose in dvorak Shifted by @lyluqo in [#1238](https://github.com/dessalines/thumb-key/pull/1238)
3+
- Relatively large change to JAKanaThumbKey.kt by @K0baU in [#1241](https://github.com/dessalines/thumb-key/pull/1241)
4+
- Add Breton translation by @zeecho in [#1240](https://github.com/dessalines/thumb-key/pull/1240)
45

5-
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.15...4.0.16
6+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.16...4.0.17
67

78
<!-- generated by git-cliff -->
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## What's Changed in 4.0.17
2+
3+
- Relatively large change to JAKanaThumbKey.kt by @K0baU in [#1241](https://github.com/dessalines/thumb-key/pull/1241)
4+
- Add Breton translation by @zeecho in [#1240](https://github.com/dessalines/thumb-key/pull/1240)
5+
6+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.16...4.0.17
7+
8+
<!-- generated by git-cliff -->

0 commit comments

Comments
 (0)