Skip to content

Commit 7a010fb

Browse files
committed
Redwoods 1.2.3
1 parent 694e87b commit 7a010fb

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
@@ -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"
1515
group = "net.coderbot.redwoods" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
1616
archivesBaseName = "Redwoods-1.12"
1717

src/main/java/net/coderbot/redwoods/Redwoods.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)