Bump version

This commit is contained in:
Marcel Konrad
2018-07-01 13:49:17 +02:00
parent 3b976d6ae9
commit 2f5a154160
2 changed files with 11 additions and 9 deletions

View File

@@ -11,7 +11,7 @@ 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 modversion = "2.1.4"
def modversion = "2.2.0"
def mccompatible = "1.12"
def url = "https://minecraft.curseforge.com/projects/world-handler-command-gui"
def update_url = "https://raw.githubusercontent.com/Exopandora/worldhandler/master/version.json"
@@ -50,12 +50,11 @@ if(project.hasProperty('keyStore')) {
inputFile = jar.archivePath
outputFile = jar.archivePath
}
build.dependsOn signJar
}
minecraft {
version = "1.12.2-14.23.3.2676"
version = "1.12.2-14.23.4.2705"
runDir = "run"
// the mappings can be changed at any time, and must be in the following format.