Skip to content

Commit

Permalink
Fix other versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Oct 25, 2023
1 parent 1871cae commit 4ebc96c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ curseforge {
changelogType = "html"
changelog = file("changelog.txt")
releaseType = "release"
addGameVersion "1.20.2"
addGameVersion "1.20.3-Snapshot"
addGameVersion "Fabric"

mainArtifact(file("${project.buildDir}/libs/${archivesBaseName}-${version}.jar"))
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ loader_version=0.14.24
fabric_version=0.90.4+1.20.3

# Mod Properties
mod_version = 1.0-MC1.20.2-Fabric
mod_version = 1.0-MC23w42a-Fabric
maven_group = net.wimods.chestesp
archives_base_name = ChestESP

Expand Down

0 comments on commit 4ebc96c

Please sign in to comment.