Skip to content

Commit

Permalink
Merge pull request #74 from pusher/bump_release_version
Browse files Browse the repository at this point in the history
Manually bump version for release, fix for automated release workflow
  • Loading branch information
hnhv authored Dec 20, 2024
2 parents d41b24f + 655cb94 commit f041873
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
perl -pi -e 's/version = "${{env.CURRENT_VERSION}}"/version = "${{steps.bump.outputs.new_version}}"/' build.gradle
perl -pi -e 's/${{env.CURRENT_VERSION}}/${{steps.bump.outputs.new_version}}/' README.md
git add README.md CHANGELOG.md
git add README.md CHANGELOG.md build.gradle
git commit -m "Bump to version ${{ steps.bump.outputs.new_version }}"
git push
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repositories {
}

group = "com.pusher"
version = "1.3.3"
version = "1.3.4"
description = "Pusher HTTP Client"

java {
Expand Down

0 comments on commit f041873

Please sign in to comment.