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

Commit

Permalink
Updated for minecraft 1.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renevo committed Mar 8, 2017
1 parent 748b17f commit 8d65799
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.10.2-1.1.0"
version = "1.11.2-1.1.0"
group= "com.renevo.flowergirls"
archivesBaseName = "flowergirls"

minecraft {
version = "1.10.2-12.18.0.2007-1.10.0"
version = "1.11.2-13.20.0.2255"
runDir = "run"
mappings = "snapshot_20160518"
mappings = "snapshot_20161220"
}

dependencies {
Expand Down

0 comments on commit 8d65799

Please sign in to comment.