From cc74679272bd1fc15990cc62ef7496bb46536c9b Mon Sep 17 00:00:00 2001 From: Josiah Campbell <9521010+jocmp@users.noreply.github.com> Date: Tue, 3 Dec 2024 17:38:37 -0600 Subject: [PATCH] Bump version 2024.12.1079-dev to 2024.12.1080-dev --- 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 7bd9912e..f4646529 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 = 1079 - versionName = "2024.12.1079-dev" + versionCode = 1080 + versionName = "2024.12.1080-dev" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/bumpver.toml b/bumpver.toml index 073c5426..41e79d66 100644 --- a/bumpver.toml +++ b/bumpver.toml @@ -1,5 +1,5 @@ [bumpver] -current_version = "2024.12.1079-dev" +current_version = "2024.12.1080-dev" version_pattern = "YYYY.0M.BUILD[-TAG]" commit_message = "Bump version {old_version} to {new_version}" commit = true