File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/net/coderbot/redwoods Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ apply plugin: 'net.minecraftforge.gradle.forge'
1111// Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.
1212
1313
14- version = " 1.2.2 "
14+ version = " 1.2.3 "
1515group = " net.coderbot.redwoods" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
1616archivesBaseName = " Redwoods-1.12"
1717
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ public class Redwoods
2020{
2121 public static final String MODID = "redwoods" ;
2222 public static final String NAME = "Redwoods" ;
23- public static final String VERSION = "1.2.2 " ;
23+ public static final String VERSION = "1.2.3 " ;
2424
2525 @ SidedProxy (
2626 serverSide = "net.coderbot.redwoods.proxy.CommonProxy" ,
You can’t perform that action at this time.
0 commit comments