From 6dcbdbacff1df5e7fcec3b37b9b5d670c11b583d Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sat, 28 Sep 2024 09:34:14 -0400 Subject: [PATCH] Upping version. --- RELEASES.md | 11 +++++++++++ app/build.gradle | 4 ++-- app/src/main/assets/RELEASES.md | 12 +++++++----- 3 files changed, 20 insertions(+), 7 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index 32e180e2..a9433f7f 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -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) diff --git a/app/build.gradle b/app/build.gradle index cbe8e544..9b2f6a01 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 { diff --git a/app/src/main/assets/RELEASES.md b/app/src/main/assets/RELEASES.md index fe799319..e3ba09d9 100644 --- a/app/src/main/assets/RELEASES.md +++ b/app/src/main/assets/RELEASES.md @@ -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