Skip to content

Commit

Permalink
Bump version 2024.07.1002 to 2024.07.1003
Browse files Browse the repository at this point in the history
  • Loading branch information
jocmp committed Jul 9, 2024
1 parent b3b87d8 commit 4990c24
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<img src="./site/capy.png" width="100px">

[![CalVer 2024.07.1002][img_version]][url_version] ![Continuous Integration](https://github.com/jocmp/capyreader/actions/workflows/ci.yml/badge.svg)
[![CalVer 2024.07.1003][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._

Expand Down Expand Up @@ -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.1002&color=blue
[img_version]: https://img.shields.io/static/v1.svg?label=CalVer&message=2024.07.1003&color=blue
[url_version]: https://github.com/jocmp/capyreader
[google_play_link]: https://example.com
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ android {
applicationId = "com.capyreader.app"
minSdk = 30
targetSdk = 34
versionCode = 1002
versionName = "2024.07.1002"
versionCode = 1003
versionName = "2024.07.1003"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
2 changes: 1 addition & 1 deletion bumpver.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpver]
current_version = "2024.07.1002"
current_version = "2024.07.1003"
version_pattern = "YYYY.0M.BUILD"
commit_message = "Bump version {old_version} to {new_version}"
commit = true
Expand Down

0 comments on commit 4990c24

Please sign in to comment.