Skip to content

Commit

Permalink
Bumped version to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xt9 committed Dec 30, 2017
1 parent 66a70cf commit 7c47ade
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ apply plugin: 'net.minecraftforge.gradle.forge'
//Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.

def mcVersion = "1.12.2"
def modMajor = "0"
def modMinor = "10"
def modMajor = "1"
def modMinor = "0"


version = "${mcVersion}-${modMajor}.${modMinor}"
Expand Down

0 comments on commit 7c47ade

Please sign in to comment.