Skip to content

Commit

Permalink
Push version
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaCartes committed May 5, 2024
1 parent 7a11639 commit 28c5fa1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
java-version: '21'

- uses: actions/cache@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Mod
mod_name=EasyAuth
mod_id=easyauth
mod_version=3.0.23-SNAPSHOT
mod_version=3.0.23

# Fabric
minecraft_version=1.20.6
Expand Down

0 comments on commit 28c5fa1

Please sign in to comment.