mirror of
https://github.com/Mestima/ZomboidModsCopier.git
synced 2025-05-03 14:50:26 +00:00
bump new version
This commit is contained in:
parent
b4d2691e65
commit
a231eb993a
@ -8,7 +8,7 @@ plugins {
|
||||
}
|
||||
|
||||
group 'me.mestima'
|
||||
version '1.0'
|
||||
version '2.0'
|
||||
mainClassName = 'me.mestima.zomboidmodscopier.ZomboidCopierKt'
|
||||
|
||||
repositories {
|
||||
|
@ -9,7 +9,7 @@ class ZomboidCopier : Application() {
|
||||
override fun start(stage: Stage) {
|
||||
val fxmlLoader = FXMLLoader(ZomboidCopier::class.java.getResource("main.fxml"))
|
||||
val scene = Scene(fxmlLoader.load(), 483.0, 281.0)
|
||||
stage.title = "Zomboid mods copier v1.0"
|
||||
stage.title = "Zomboid mods copier v2.0"
|
||||
stage.scene = scene
|
||||
stage.show()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user