Skip to content

Commit

Permalink
Buildscript
Browse files Browse the repository at this point in the history
  • Loading branch information
IMB11 committed Dec 17, 2024
1 parent 549cd0c commit 34bc786
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: "ubuntu-latest"
strategy:
matrix:
game_version: [ "1.20.1", "1.21", "1.21.3" ]
game_version: [ "1.21", "1.21.3", "1.21.4" ]
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '1.8-SNAPSHOT'
id 'fabric-loom' version '1.9-SNAPSHOT'
id 'maven-publish'
}

Expand Down

0 comments on commit 34bc786

Please sign in to comment.