Skip to content

Commit

Permalink
Finish preparing for release (Minecraft 1.20.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
thefirethirteen committed Jan 2, 2024
1 parent 0a70761 commit ceb1b26
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:

files: build/libs/!(*-@(dev|sources)).jar

name: Release 5.1.2 for Minecraft 1.20 and later
version: 5.1.2+1.20-and-later
name: Release 5.2.0 for Minecraft 1.20.2
version: 5.2.0+1.20.2
version-type: release

loaders: |
Expand All @@ -63,7 +63,7 @@ jobs:
fabric-api@*(required){modrinth:P7dR8mSH}{curseforge:306612}#(ignore:github)
game-versions: |
[1.20-rc1,1.20.1]
[1.20.2]
game-version-filter: none

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fabric_loom_version = 1.4-SNAPSHOT
checkstyle_version = 10.12.1

# Mod Properties
mod_version = 5.2.0+1.20.2-and-later
mod_version = 5.2.0+1.20.2
maven_group = com.github.reviversmc
archives_base_name = modern-glass-doors

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
]
},
"depends": {
"minecraft": ">=1.20-pre.2",
"minecraft": "1.20.2",
"fabric-item-group-api-v1": "*",
"fabric-blockrenderlayer-v1": "*"
}
Expand Down

0 comments on commit ceb1b26

Please sign in to comment.