mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-22 12:37:59 +01:00
version bump to 1.11.0.2
This commit is contained in:
parent
0c0a42be11
commit
ada9b6033f
2 changed files with 4 additions and 7 deletions
|
@ -25,8 +25,8 @@ apply plugin: 'net.minecraftforge.gradle.liteloader'
|
||||||
apply plugin: 'org.spongepowered.mixin'
|
apply plugin: 'org.spongepowered.mixin'
|
||||||
apply plugin: 'mnm.gradle.ap-ide'
|
apply plugin: 'mnm.gradle.ap-ide'
|
||||||
|
|
||||||
group = 'com.brohoof.minelp'
|
group = 'com.minelittlepony'
|
||||||
version = '1.11.0.1'
|
version = '1.11.0.2'
|
||||||
description = 'Mine Little Pony'
|
description = 'Mine Little Pony'
|
||||||
|
|
||||||
targetCompatibility = 1.8
|
targetCompatibility = 1.8
|
||||||
|
@ -57,9 +57,6 @@ sourceSets {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
compileApiJava.sourceCompatibility = 1.6
|
|
||||||
compileApiJava.targetCompatibility = 1.6
|
|
||||||
|
|
||||||
litemod.json {
|
litemod.json {
|
||||||
author = 'Verdana, Rene_Z, Mumfrey, JoyJoy'
|
author = 'Verdana, Rene_Z, Mumfrey, JoyJoy'
|
||||||
description = 'Mine Little Pony turns players and mobs into ponies'
|
description = 'Mine Little Pony turns players and mobs into ponies'
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#Build Number for ANT. Do not edit!
|
#Build Number for ANT. Do not edit!
|
||||||
#Thu Dec 01 02:26:35 EST 2016
|
#Fri Dec 02 23:40:15 EST 2016
|
||||||
build.number=263
|
build.number=264
|
||||||
|
|
Loading…
Reference in a new issue