Skip to content

Commit 5a1a5f3

Browse files
committed
Upping version.
1 parent 9230a5d commit 5a1a5f3

File tree

4 files changed

+24
-7
lines changed

4 files changed

+24
-7
lines changed

RELEASES.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## What's Changed in 4.0.22
2+
3+
- Add voice input option to README.md by @jm355 in [#1286](https://github.com/dessalines/thumb-key/pull/1286)
4+
- Update ENThumbKeyWordsSymbols.kt by @jm355 in [#1282](https://github.com/dessalines/thumb-key/pull/1282)
5+
- Slightly loosen password field definition for disabling animations by @bklaase in [#1280](https://github.com/dessalines/thumb-key/pull/1280)
6+
7+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.21...4.0.22
8+
19
## What's Changed in 4.0.21
210

311
- adds variant layout: English Twohanded with symbols, numbers, and arrows by @bklaase in [#1278](https://github.com/dessalines/thumb-key/pull/1278)

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 = 139
17-
versionName = "4.0.21"
16+
versionCode = 140
17+
versionName = "4.0.22"
1818

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

app/src/main/assets/RELEASES.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
## What's Changed in 4.0.21
1+
## What's Changed in 4.0.22
22

3-
- adds variant layout: English Twohanded with symbols, numbers, and arrows by @bklaase in [#1278](https://github.com/dessalines/thumb-key/pull/1278)
4-
- Add "I'll" autocapitalizer for word layout by @jm355 in [#1275](https://github.com/dessalines/thumb-key/pull/1275)
5-
- neon theme make purple slightly brighter. by @bklaase in [#1276](https://github.com/dessalines/thumb-key/pull/1276)
3+
- Add voice input option to README.md by @jm355 in [#1286](https://github.com/dessalines/thumb-key/pull/1286)
4+
- Update ENThumbKeyWordsSymbols.kt by @jm355 in [#1282](https://github.com/dessalines/thumb-key/pull/1282)
5+
- Slightly loosen password field definition for disabling animations by @bklaase in [#1280](https://github.com/dessalines/thumb-key/pull/1280)
66

7-
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.20...4.0.21
7+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.21...4.0.22
88

99
<!-- generated by git-cliff -->
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## What's Changed in 4.0.22
2+
3+
- Add voice input option to README.md by @jm355 in [#1286](https://github.com/dessalines/thumb-key/pull/1286)
4+
- Update ENThumbKeyWordsSymbols.kt by @jm355 in [#1282](https://github.com/dessalines/thumb-key/pull/1282)
5+
- Slightly loosen password field definition for disabling animations by @bklaase in [#1280](https://github.com/dessalines/thumb-key/pull/1280)
6+
7+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.21...4.0.22
8+
9+
<!-- generated by git-cliff -->

0 commit comments

Comments
 (0)