diff --git a/README.md b/README.md index 5e0446ad..db5f8f1b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ -[![CalVer 2024.07.1006][img_version]][url_version] ![Continuous Integration](https://github.com/jocmp/capyreader/actions/workflows/ci.yml/badge.svg) +[![CalVer 2024.07.1007][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.1006&color=blue +[img_version]: https://img.shields.io/static/v1.svg?label=CalVer&message=2024.07.1007&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 bdfb0a10..14e6579b 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 = 1006 - versionName = "2024.07.1006" + versionCode = 1007 + versionName = "2024.07.1007" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/bumpver.toml b/bumpver.toml index 15af1d56..0e1dccc8 100644 --- a/bumpver.toml +++ b/bumpver.toml @@ -1,5 +1,5 @@ [bumpver] -current_version = "2024.07.1006" +current_version = "2024.07.1007" version_pattern = "YYYY.0M.BUILD" commit_message = "Bump version {old_version} to {new_version}" commit = true