Skip to content

Commit e9e98b1

Browse files
Up version
1 parent 376e23a commit e9e98b1

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ jobs:
2727

2828
- name: Build and deploy with Maven
2929
run: mvn --batch-mode clean deploy -Dgpg.passphrase="${{ secrets.GPG_PASSPHRASE }}"
30-
31-
32-
3330
env:
3431
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
3532
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.solvercaptcha</groupId>
88
<artifactId>solvecaptcha-java</artifactId>
9-
<version>0.0.6-alpha</version>
9+
<version>0.0.7-alpha</version>
1010

1111
<name>solvecaptcha-java</name>
1212
<description>Java library for easy integration with the API of solvecaptcha captcha solving service to bypass recaptcha, hcaptcha, funcaptcha, geetest and solve any other captchas.</description>

0 commit comments

Comments
 (0)