File tree 2 files changed +2
-2
lines changed
src/main/java/net/coderbot/redwoods
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'
11
11
// Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.
12
12
13
13
14
- version = " 1.2.2 "
14
+ version = " 1.2.3 "
15
15
group = " net.coderbot.redwoods" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
16
16
archivesBaseName = " Redwoods-1.12"
17
17
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ public class Redwoods
20
20
{
21
21
public static final String MODID = "redwoods" ;
22
22
public static final String NAME = "Redwoods" ;
23
- public static final String VERSION = "1.2.2 " ;
23
+ public static final String VERSION = "1.2.3 " ;
24
24
25
25
@ SidedProxy (
26
26
serverSide = "net.coderbot.redwoods.proxy.CommonProxy" ,
You can’t perform that action at this time.
0 commit comments