Skip to content

Commit

Permalink
chore: bump version 0.25.0 -> 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
crow-misia committed Jun 18, 2024
1 parent 84012bc commit 0d7fcb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = "v0.25.0"
current_version = "v0.26.0"
version_pattern = "vMAJOR.MINOR.PATCH"
commit_message = "chore: bump version {old_version_pep440} -> {new_version_pep440}"
tag_message = "release {new_version_pep440}"
Expand Down
2 changes: 1 addition & 1 deletion location-coroutines/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ object Maven {
const val GROUP_ID = "io.github.crow-misia.location-coroutines"
const val ARTIFACT_ID = "location-coroutines"
const val NAME = "location-coroutines"
const val VERSION = "0.25.0"
const val VERSION = "0.26.0"
const val DESC = "Coroutines function for FusesLocationProviderClient"
const val SITE_URL = "https://github.com/crow-misia/location-coroutines"
const val GIT_URL = "https://github.com/crow-misia/location-coroutines.git"
Expand Down

0 comments on commit 0d7fcb6

Please sign in to comment.