Skip to content

Commit

Permalink
Update Tiny Remapper, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sfPlayer1 committed Jun 14, 2021
1 parent 7213061 commit 5692a30
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 @@ -52,7 +52,7 @@ dependencies {
exclude module: 'guava'
}
implementation 'net.fabricmc:tiny-mappings-parser:0.2.2.14'
implementation 'net.fabricmc:tiny-remapper:0.4.1'
implementation 'net.fabricmc:tiny-remapper:0.4.2'
implementation 'net.fabricmc:access-widener:1.0.0'

implementation 'com.google.jimfs:jimfs:1.2-fabric'
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.11.5
version = 0.11.6
asm_version = 9.1
2 changes: 1 addition & 1 deletion src/main/resources/fabric-installer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"url": "https://maven.fabricmc.net/"
},
{
"name": "net.fabricmc:tiny-remapper:0.4.1",
"name": "net.fabricmc:tiny-remapper:0.4.2",
"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 @@ -17,7 +17,7 @@
"url": "https://maven.fabricmc.net/"
},
{
"name": "net.fabricmc:tiny-remapper:0.4.1",
"name": "net.fabricmc:tiny-remapper:0.4.2",
"url": "https://maven.fabricmc.net/"
},
{
Expand Down

0 comments on commit 5692a30

Please sign in to comment.