From 400c108cd755c52940cc99325df9d7ac72b24376 Mon Sep 17 00:00:00 2001 From: Josiah Campbell <9521010+jocmp@users.noreply.github.com> Date: Tue, 9 Jul 2024 21:17:17 -0500 Subject: [PATCH] Bump version 2024.07.1004 to 2024.07.1005 --- README.md | 4 ++-- app/build.gradle.kts | 4 ++-- bumpver.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ac917718..d4cb5d4d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ -[![CalVer 2024.07.1004][img_version]][url_version] ![Continuous Integration](https://github.com/jocmp/capyreader/actions/workflows/ci.yml/badge.svg) +[![CalVer 2024.07.1005][img_version]][url_version] ![Continuous Integration](https://github.com/jocmp/capyreader/actions/workflows/ci.yml/badge.svg) _A smallish RSS reader with support for Feedbin and local feeds._ @@ -32,6 +32,6 @@ By default the app will build with a debug keystore. Follow the instructions bel ``` -[img_version]: https://img.shields.io/static/v1.svg?label=CalVer&message=2024.07.1004&color=blue +[img_version]: https://img.shields.io/static/v1.svg?label=CalVer&message=2024.07.1005&color=blue [url_version]: https://github.com/jocmp/capyreader [google_play_link]: https://example.com diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 294af976..7b138126 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -21,8 +21,8 @@ android { applicationId = "com.capyreader.app" minSdk = 30 targetSdk = 34 - versionCode = 1004 - versionName = "2024.07.1004" + versionCode = 1005 + versionName = "2024.07.1005" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/bumpver.toml b/bumpver.toml index b765f810..667fd754 100644 --- a/bumpver.toml +++ b/bumpver.toml @@ -1,5 +1,5 @@ [bumpver] -current_version = "2024.07.1004" +current_version = "2024.07.1005" version_pattern = "YYYY.0M.BUILD" commit_message = "Bump version {old_version} to {new_version}" commit = true