From 5a5c290446c65483b02c8a0338037aebc88a009f Mon Sep 17 00:00:00 2001 From: Dessalines Date: Mon, 30 Sep 2024 10:18:00 -0400 Subject: [PATCH] Upping version. --- RELEASES.md | 11 +++++++++++ app/build.gradle | 4 ++-- app/src/main/assets/RELEASES.md | 10 +++++----- 3 files changed, 18 insertions(+), 7 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index a9433f7f..3aefccaf 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,14 @@ +## What's Changed in 3.4.14 + +- Adding database exporting and importing. by @dessalines in [#1094](https://github.com/dessalines/thumb-key/pull/1094) +- Fixed ESCAMessagEase.kt by @co00co in [#1093](https://github.com/dessalines/thumb-key/pull/1093) + +## New Contributors + +- @co00co made their first contribution in [#1093](https://github.com/dessalines/thumb-key/pull/1093) + +**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.4.13...3.4.14 + ## What's Changed in 3.4.13 - Updating git cliff. by @dessalines in [#1091](https://github.com/dessalines/thumb-key/pull/1091) diff --git a/app/build.gradle b/app/build.gradle index a241d653..df00fa7e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { applicationId "com.dessalines.thumbkey" minSdk 21 targetSdkVersion 34 - versionCode 114 - versionName "3.4.13" + versionCode 115 + versionName "3.4.14" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/app/src/main/assets/RELEASES.md b/app/src/main/assets/RELEASES.md index e3ba09d9..c031b270 100644 --- a/app/src/main/assets/RELEASES.md +++ b/app/src/main/assets/RELEASES.md @@ -1,12 +1,12 @@ -## What's Changed in 3.4.13 +## What's Changed in 3.4.14 -- 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) +- Adding database exporting and importing. by @dessalines in [#1094](https://github.com/dessalines/thumb-key/pull/1094) +- Fixed ESCAMessagEase.kt by @co00co in [#1093](https://github.com/dessalines/thumb-key/pull/1093) ## New Contributors -- @josemam made their first contribution in [#1089](https://github.com/dessalines/thumb-key/pull/1089) +- @co00co made their first contribution in [#1093](https://github.com/dessalines/thumb-key/pull/1093) -**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.4.12...3.4.13 +**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.4.13...3.4.14