Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Sep 22, 2024
1 parent e90407b commit 36486fb
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 7 deletions.
15 changes: 15 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,22 @@
# Thumb-Key 3.4.11 (2024-09-22)

## What's Changed in 3.4.11

- Add QWERTY-Columnar layouts by @SED4906 in [#1075](https://github.com/dessalines/thumb-key/pull/1075)
- Add glagolitic layout by @adiee5 in [#1074](https://github.com/dessalines/thumb-key/pull/1074)

## New Contributors

- @SED4906 made their first contribution in [#1075](https://github.com/dessalines/thumb-key/pull/1075)
- @adiee5 made their first contribution in [#1074](https://github.com/dessalines/thumb-key/pull/1074)

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.4.10...3.4.11

# Thumb-Key 3.4.10 (2024-09-20)

## What's Changed in 3.4.10

- Upping version. by @dessalines
- Add spaces after toki pona words. by @dessalines in [#1072](https://github.com/dessalines/thumb-key/pull/1072)
- Add old polish type-split layouts back by @kkard2 in [#1070](https://github.com/dessalines/thumb-key/pull/1070)

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId "com.dessalines.thumbkey"
minSdk 21
targetSdkVersion 34
versionCode 111
versionName "3.4.10"
versionCode 112
versionName "3.4.11"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
15 changes: 10 additions & 5 deletions app/src/main/assets/RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# Thumb-Key 3.4.10 (2024-09-20)
# Thumb-Key 3.4.11 (2024-09-22)

## What's Changed in 3.4.10
## What's Changed in 3.4.11

- Add spaces after toki pona words. by @dessalines in [#1072](https://github.com/dessalines/thumb-key/pull/1072)
- Add old polish type-split layouts back by @kkard2 in [#1070](https://github.com/dessalines/thumb-key/pull/1070)
- Add QWERTY-Columnar layouts by @SED4906 in [#1075](https://github.com/dessalines/thumb-key/pull/1075)
- Add glagolitic layout by @adiee5 in [#1074](https://github.com/dessalines/thumb-key/pull/1074)

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.4.9...3.4.10
## New Contributors

- @SED4906 made their first contribution in [#1075](https://github.com/dessalines/thumb-key/pull/1075)
- @adiee5 made their first contribution in [#1074](https://github.com/dessalines/thumb-key/pull/1074)

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.4.10...3.4.11

<!-- generated by git-cliff -->

0 comments on commit 36486fb

Please sign in to comment.