Skip to content

Commit

Permalink
Bump version, update Mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
sfPlayer1 committed Nov 30, 2021
1 parent 20f306a commit becebb7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dependencies {
api "org.ow2.asm:asm-tree:${project.asm_version}"
api "org.ow2.asm:asm-util:${project.asm_version}"

api('net.fabricmc:sponge-mixin:0.10.6+mixin.0.8.4') {
api('net.fabricmc:sponge-mixin:0.10.7+mixin.0.8.4') {
exclude module: 'launchwrapper'
exclude module: 'guava'
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ group = net.fabricmc
description = The mod loading component of Fabric
url = https://github.com/FabricMC/fabric-loader

version = 0.12.5
version = 0.12.6
asm_version = 9.2
2 changes: 1 addition & 1 deletion src/main/resources/fabric-installer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"url": "https://maven.fabricmc.net/"
},
{
"name": "net.fabricmc:sponge-mixin:0.10.6+mixin.0.8.4",
"name": "net.fabricmc:sponge-mixin:0.10.7+mixin.0.8.4",
"url": "https://maven.fabricmc.net/"
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric-installer.launchwrapper.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"url": "https://maven.fabricmc.net/"
},
{
"name": "net.fabricmc:sponge-mixin:0.10.6+mixin.0.8.4",
"name": "net.fabricmc:sponge-mixin:0.10.7+mixin.0.8.4",
"url": "https://maven.fabricmc.net/"
},
{
Expand Down

0 comments on commit becebb7

Please sign in to comment.