Skip to content

Commit 7c47ade

Browse files
committed
Bumped version to 1.0
1 parent 66a70cf commit 7c47ade

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ 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
def mcVersion = "1.12.2"
14-
def modMajor = "0"
15-
def modMinor = "10"
14+
def modMajor = "1"
15+
def modMinor = "0"
1616

1717

1818
version = "${mcVersion}-${modMajor}.${modMinor}"

0 commit comments

Comments
 (0)