Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Sep 28, 2024
1 parent ecdf3f6 commit 6dcbdba
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 7 deletions.
11 changes: 11 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## What's Changed in 3.4.13

- Updating git cliff. by @dessalines in [#1091](https://github.com/dessalines/thumb-key/pull/1091)
- Add UK+BY+RU ThumbKey layout by @josemam in [#1089](https://github.com/dessalines/thumb-key/pull/1089)

## New Contributors

- @josemam made their first contribution in [#1089](https://github.com/dessalines/thumb-key/pull/1089)

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.4.12...3.4.13

## What's Changed in 3.4.12

- Add compose keys (caron, breve), quote sign toggle by @mpice-mn in [#1086](https://github.com/dessalines/thumb-key/pull/1086)
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 113
versionName "3.4.12"
versionCode 114
versionName "3.4.13"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
12 changes: 7 additions & 5 deletions app/src/main/assets/RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Thumb-Key 3.4.12 (2024-09-24)
## What's Changed in 3.4.13

## What's Changed in 3.4.12
- Updating git cliff. by @dessalines in [#1091](https://github.com/dessalines/thumb-key/pull/1091)
- Add UK+BY+RU ThumbKey layout by @josemam in [#1089](https://github.com/dessalines/thumb-key/pull/1089)

- Add compose keys (caron, breve), quote sign toggle by @mpice-mn in [#1086](https://github.com/dessalines/thumb-key/pull/1086)
- Add renovate more often. by @dessalines in [#1084](https://github.com/dessalines/thumb-key/pull/1084)
## New Contributors

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.4.11...3.4.12
- @josemam made their first contribution in [#1089](https://github.com/dessalines/thumb-key/pull/1089)

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.4.12...3.4.13

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

0 comments on commit 6dcbdba

Please sign in to comment.