From 30eb532cf123e8af7174eb3de980cce8bc94ea3a Mon Sep 17 00:00:00 2001 From: Nacchofer31 <10453558+Nacchofer31@users.noreply.github.com> Date: Tue, 21 Jul 2026 11:22:32 +0200 Subject: [PATCH] chore(release): bump version to 1.4.0 - Update CHANGELOG with Reroll and Number of results features - Bump versionName to 1.4.0 and versionCode to 19 --- CHANGELOG.md | 4 ++++ composeApp/build.gradle.kts | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54382d6..995b254 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 1.4.0 +- Added `Reroll` feature. +- Added `Number of results` feature. + ## 1.3.0 - Added `InAppReview` feature. - Fixed not localized texts. diff --git a/composeApp/build.gradle.kts b/composeApp/build.gradle.kts index 25e0b01..c819e85 100644 --- a/composeApp/build.gradle.kts +++ b/composeApp/build.gradle.kts @@ -132,8 +132,8 @@ android { defaultConfig { applicationId = "com.nacchofer31.randomboxd" - versionName = "1.3.0" - versionCode = 18 + versionName = "1.4.0" + versionCode = 19 minSdk = libs.versions.android.minSdk .get()