Skip to content
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.

Commit

Permalink
v1.9-1.0.0 Version
Browse files Browse the repository at this point in the history
Updates to Minecraft 1.9
  • Loading branch information
renevo committed May 9, 2016
1 parent 75de71c commit e3a87d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ buildscript {
}
apply plugin: 'net.minecraftforge.gradle.forge'

version = "1.8.9-1.0.0"
version = "1.9-1.0.0"
group= "com.renevo.flowergirls"
archivesBaseName = "flowergirls"

minecraft {
version = "1.8.9-11.15.1.1722"
version = "1.9-12.16.1.1896"
runDir = "run"
mappings = "stable_20"
mappings = "snapshot_20160312"
}

dependencies {
Expand Down

0 comments on commit e3a87d6

Please sign in to comment.