We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d41b24f + 655cb94 commit f041873Copy full SHA for f041873
2 files changed
.github/workflows/release_pr.yml
@@ -31,6 +31,6 @@ jobs:
31
perl -pi -e 's/version = "${{env.CURRENT_VERSION}}"/version = "${{steps.bump.outputs.new_version}}"/' build.gradle
32
perl -pi -e 's/${{env.CURRENT_VERSION}}/${{steps.bump.outputs.new_version}}/' README.md
33
34
- git add README.md CHANGELOG.md
+ git add README.md CHANGELOG.md build.gradle
35
git commit -m "Bump to version ${{ steps.bump.outputs.new_version }}"
36
git push
build.gradle
@@ -24,7 +24,7 @@ repositories {
24
}
25
26
group = "com.pusher"
27
-version = "1.3.3"
+version = "1.3.4"
28
description = "Pusher HTTP Client"
29
30
java {
0 commit comments