From fef36bd2426a7979cdec581107815ec4658d27e8 Mon Sep 17 00:00:00 2001 From: jocmp <9521010+jocmp@users.noreply.github.com> Date: Sun, 9 Feb 2025 23:29:07 +0000 Subject: [PATCH] Bump version 2025.02.1102-dev to 2025.02.1103 --- 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 1ea5c04a..c7b77a22 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 = 1102 - versionName = "2025.02.1102-dev" + versionCode = 1103 + versionName = "2025.02.1103" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/bumpver.toml b/bumpver.toml index 09e7a4dc..e3fed9c6 100644 --- a/bumpver.toml +++ b/bumpver.toml @@ -1,5 +1,5 @@ [bumpver] -current_version = "2025.02.1102-dev" +current_version = "2025.02.1103" version_pattern = "YYYY.0M.BUILD[-TAG]" commit_message = "Bump version {old_version} to {new_version}" commit = true