Bump version

This commit is contained in:
Shadowfacts 2019-10-22 16:25:35 -04:00
parent 63064d3d76
commit 12d4d9ed6d
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ base {
}
group = "net.shadowfacts"
version = "0.1.0"
version = "1.0.0"
val minecraftVersion = "1.14.4"
val yarnMappings = "1.14.4+build.9"
@ -59,4 +59,4 @@ tasks.withType<KotlinCompile>().configureEach {
kotlinOptions {
jvmTarget = "1.8"
}
}
}