Skip to content

Commit acafe00

Browse files
committed
Bump Forge and Shadow versions
1 parent 7c29932 commit acafe00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ allprojects
99
group = "com.khorn.terraincontrol"
1010

1111
// Version of the shadow plugin
12-
ext.shadowVersion = '1.0.2'
12+
ext.shadowVersion = '1.2.1'
1313
}
1414

1515
// Information for all subprojects

platforms/forge/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ apply plugin: 'forge'
2626
// Project properties
2727
archivesBaseName = "terraincontrol-forge"
2828
description = "TerrainControl for Minecraft Forge"
29-
ext.forgeVersion = "1.8-11.14.0.1268-1.8"
29+
ext.forgeVersion = "1.8-11.14.1.1419"
3030
minecraft.version = ext.forgeVersion
3131

3232
repositories

0 commit comments

Comments
 (0)