Skip to content

Commit

Permalink
Bump version, update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ubionexd committed Jul 31, 2023
1 parent bd7eb4c commit 76e5160
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ org.gradle.jvmargs = -Xmx1G
org.gradle.parallel = true

# Mod Properties
version = 1.0.0
version = 1.1.0
maven_group = net.ubinull
archives_base_name = pineapple

Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[versions]
# The latest versions are available at https://lambdaurora.dev/tools/import_quilt.html
minecraft = "1.20.1"
quilt_mappings = "1.20.1+build.20"
quilt_loader = "0.19.3-beta.1"
quilt_mappings = "1.20.1+build.21"
quilt_loader = "0.19.2" # moved back to a stable release for better compatibility

quilted_fabric_api = "7.0.6+0.85.0-1.20.1"

Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/quilt.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"depends": [
{
"id": "quilt_loader",
"versions": ">=0.17.0-"
"versions": ">=0.19.2-"
},
{
"id": "quilted_fabric_api",
"versions": ">=4.0.0-"
"versions": ">=7.0.6-"
},
{
"id": "minecraft",
"versions": ">=1.19.2"
"versions": ">=1.20.1"
}
]
}
Expand Down

0 comments on commit 76e5160

Please sign in to comment.