From d67b5c4a7072b7f53c12f23ba7264ffa8e39fa8b Mon Sep 17 00:00:00 2001 From: jocmp <9521010+jocmp@users.noreply.github.com> Date: Sun, 12 Jan 2025 20:11:19 +0000 Subject: [PATCH] Bump version 2025.01.1093-dev to 2025.01.1094 --- app/build.gradle.kts | 4 ++-- bumpver.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 0c205b27..67752a37 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -23,8 +23,8 @@ android { applicationId = "com.capyreader.app" minSdk = 30 targetSdk = 35 - versionCode = 1093 - versionName = "2025.01.1093-dev" + versionCode = 1094 + versionName = "2025.01.1094" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/bumpver.toml b/bumpver.toml index 6f27d4d1..0c0a4800 100644 --- a/bumpver.toml +++ b/bumpver.toml @@ -1,5 +1,5 @@ [bumpver] -current_version = "2025.01.1093-dev" +current_version = "2025.01.1094" version_pattern = "YYYY.0M.BUILD[-TAG]" commit_message = "Bump version {old_version} to {new_version}" commit = true