From fd41395ab87733d3384f72e28987d091fbf29a79 Mon Sep 17 00:00:00 2001 From: eddyizm Date: Sat, 24 Jan 2026 09:11:41 -0800 Subject: [PATCH] chore: bump version for tag --- CHANGELOG.md | 4 ++-- app/build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bfb2a7e..4109db03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ## Pending release ## What's Changed -## [4.9.0](https://github.com/eddyizm/tempo/releases/tag/v4.9.0) (2026-01-24) +## [4.9.1](https://github.com/eddyizm/tempo/releases/tag/v4.9.1) (2026-01-24) * chore: i18n: Add Romanian translation (including locale_config this time!) by @DevMatei in https://github.com/eddyizm/tempus/pull/357 * French localization update by @benoit-smith in https://github.com/eddyizm/tempus/pull/356 * chore(i18n): Update Spanish translation by @jaime-grj in https://github.com/eddyizm/tempus/pull/364 @@ -20,7 +20,7 @@ ## New Contributors * @pgrit made their first contribution in https://github.com/eddyizm/tempus/pull/375 -**Full Changelog**: https://github.com/eddyizm/tempus/compare/v4.6.4...v4.9.0 +**Full Changelog**: https://github.com/eddyizm/tempus/compare/v4.6.4...v4.9.1 ## What's Changed ## [4.6.4](https://github.com/eddyizm/tempo/releases/tag/v4.6.4) (2026-01-13) diff --git a/app/build.gradle b/app/build.gradle index 8babe78c..48dade71 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,7 +11,7 @@ android { targetSdk 35 versionCode 14 - versionName '4.9.0' + versionName '4.9.1' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' javaCompileOptions {