Skip to content

Commit

Permalink
Bump version 2024.07.1001 to 2024.07.1002
Browse files Browse the repository at this point in the history
  • Loading branch information
jocmp committed Jul 7, 2024
1 parent c048d0a commit f3e159d
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
@@ -1,12 +1,12 @@
# Capy Reader

[![CalVer 2024.07.1001][img_version]][url_version]
[![CalVer 2024.07.1002][img_version]][url_version]

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

_A smallish RSS reader with support for Feedbin and local feeds._

[img_version]: https://img.shields.io/static/v1.svg?label=CalVer&message=2024.07.1001&color=blue
[img_version]: https://img.shields.io/static/v1.svg?label=CalVer&message=2024.07.1002&color=blue
[url_version]: https://github.com/jocmp/capyreader

<a href="https://mastodon.social/@capyreader" rel="me" />
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android {
applicationId = "com.capyreader.app"
minSdk = 30
targetSdk = 34
versionCode = 1001
versionName = "2024.07.1001"
versionCode = 1002
versionName = "2024.07.1002"

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.1001"
current_version = "2024.07.1002"
version_pattern = "YYYY.0M.BUILD"
commit_message = "Bump version {old_version} to {new_version}"
commit = true
Expand Down

0 comments on commit f3e159d

Please sign in to comment.