Set releaseType to alpha and stop marking 1.8.9 as valid verison

This commit is contained in:
Nick Ignoffo 2016-03-21 18:39:56 -07:00
parent cde81a03dd
commit d8c5d75381

View file

@ -213,9 +213,7 @@ curseforge {
project {
id = "${curse_id}"
changelog = getChangelogText()
releaseType = 'beta'
addGameVersion '1.8.9'
releaseType = 'alpha'
relations curseRelations
@ -223,4 +221,4 @@ curseforge {
addArtifact sourceJar
addArtifact apiJar
}
}
}