Skip to content

Commit ef10450

Browse files
Up version
1 parent fdca0f8 commit ef10450

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
java-version: 17
2121
cache: maven
2222
server-id: ossrh
23+
server-username: OSSRH_USERNAME
24+
server-password: OSSRH_PASSWORD
2325
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
2426
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
2527

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.3-alpha</version>
9+
<version>0.0.4-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)