From 5502b5a71453169227771153ebb00b280fed3ec6 Mon Sep 17 00:00:00 2001 From: jocmp <9521010+jocmp@users.noreply.github.com> Date: Wed, 2 Oct 2024 01:16:45 +0000 Subject: [PATCH] Bump version 2024.10.1054-dev to 2024.10.1055 --- 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 41c11a01..fd30e313 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -22,8 +22,8 @@ android { applicationId = "com.capyreader.app" minSdk = 30 targetSdk = 35 - versionCode = 1054 - versionName = "2024.10.1054-dev" + versionCode = 1055 + versionName = "2024.10.1055" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/bumpver.toml b/bumpver.toml index 554a1491..f6262c53 100644 --- a/bumpver.toml +++ b/bumpver.toml @@ -1,5 +1,5 @@ [bumpver] -current_version = "2024.10.1054-dev" +current_version = "2024.10.1055" version_pattern = "YYYY.0M.BUILD[-TAG]" commit_message = "Bump version {old_version} to {new_version}" commit = true