Skip to content

Commit

Permalink
Release 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hosuaby committed Aug 7, 2024
1 parent 4c39c10 commit e25d36f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- test
runs-on: ubuntu-latest
env:
jdk_version: 13
jdk_version: 11
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {

allprojects {
group 'io.hosuaby'
version '0.4.0-SNAPSHOT'
version '0.3.5'

repositories {
mavenCentral()
Expand Down

0 comments on commit e25d36f

Please sign in to comment.