From bcdc3c99886b322e43fe7ed61f01a063cbbf34e5 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Fri, 25 Oct 2024 17:07:46 -0400 Subject: [PATCH] Upping version. --- RELEASES.md | 6 ++++++ app/build.gradle.kts | 4 ++-- app/src/main/assets/RELEASES.md | 9 +++------ 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index a07c333db..4174c1410 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,9 @@ +## What's Changed in 4.0.1 + +- Merge remote-tracking branch 'refs/remotes/origin/main' + +**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.0...4.0.1 + ## What's Changed in 4.0.0 - Convert gradle to kotlin by @dessalines in [#1124](https://github.com/dessalines/thumb-key/pull/1124) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index f2825fd69..4810f8e1e 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -13,8 +13,8 @@ android { applicationId = "com.dessalines.thumbkey" minSdk = 21 targetSdk = 34 - versionCode = 118 - versionName = "4.0.0" + versionCode = 119 + versionName = "4.0.1" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/app/src/main/assets/RELEASES.md b/app/src/main/assets/RELEASES.md index 900787d4d..c62875bd1 100644 --- a/app/src/main/assets/RELEASES.md +++ b/app/src/main/assets/RELEASES.md @@ -1,10 +1,7 @@ -## What's Changed in 4.0.0 +## What's Changed in 4.0.1 -- Convert gradle to kotlin by @dessalines in [#1124](https://github.com/dessalines/thumb-key/pull/1124) -- Add more actions for changing keyboard position by @iliazeus in [#1117](https://github.com/dessalines/thumb-key/pull/1117) -- Improve keyboard description DSL by @iliazeus in [#1115](https://github.com/dessalines/thumb-key/pull/1115) -- Changing renovate to every weekend. by @dessalines in [#1112](https://github.com/dessalines/thumb-key/pull/1112) +- Merge remote-tracking branch 'refs/remotes/origin/main' -**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.4.16...4.0.0 +**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.0...4.0.1