Compare commits

...

1 Commits

Author SHA1 Message Date
Shadowfacts 12d4d9ed6d
Bump version 2019-10-22 17:38:25 -04:00
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"
}
}
}