Skip to content

Commit

Permalink
Bump and re-publish to set version 1.20.6.
Browse files Browse the repository at this point in the history
- Releasing for 1.20.6
  • Loading branch information
gniftygnome committed Apr 29, 2024
1 parent 2c785ac commit 154d2e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ org.gradle.jvmargs=-Xmx1G
maven_group=com.terraformersmc
archive_name=vistas

minecraft_version=1.20.5
yarn_mappings=1.20.5+build.1
minecraft_version=1.20.6
yarn_mappings=1.20.6+build.1
loader_version=0.15.10
fabric_version=0.97.7+1.20.5
fabric_version=0.97.8+1.20.6
modmenu_version=10.0.0-beta.1
clothconfig_version=14.0.126

Expand All @@ -21,14 +21,14 @@ default_release_type=beta
# CurseForge Metadata
curseforge_slug=vistas
curseforge_id=423659
curseforge_game_versions=1.20.5, Fabric, Quilt
curseforge_game_versions=1.20.6, Fabric, Quilt
curseforge_required_dependencies=fabric-api
curseforge_optional_dependencies=

# Modrinth Metadata
modrinth_slug=vistas
modrinth_id=itzZXRxq
modrinth_game_versions=1.20.5, 1.20.6-rc1
modrinth_game_versions=1.20.6
modrinth_mod_loaders=fabric, quilt
modrinth_required_dependencies=fabric-api

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 @@ -31,6 +31,6 @@
"depends": {
"fabricloader": ">=0.15.3",
"fabric-api": "*",
"minecraft": ">=1.20 <1.21"
"minecraft": ">=1.20.5 <1.21"
}
}

0 comments on commit 154d2e4

Please sign in to comment.