Skip to content

Commit 996fa28

Browse files
author
asbyth
committed
update version
1 parent d817172 commit 996fa28

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ plugins {
2020
}
2121

2222
group = "cc.hyperium.installer"
23-
version = "1.3.2"
23+
version = "1.4"
2424

2525
application {
2626
mainClassName = "cc.hyperium.installer.HyperiumInstallerKt"
@@ -45,7 +45,7 @@ tasks.withType<KotlinCompile> {
4545
}
4646

4747
tasks.withType<Launch4jLibraryTask> {
48-
jar = "$projectDir/build/libs/hyperium-installer-1.3.2-all.jar"
48+
jar = "$projectDir/build/libs/hyperium-installer-1.4-all.jar"
4949
bundledJrePath = "C:\\Program Files (x86)\\Minecraft Launcher\\runtime\\jre-x64"
5050
mainClassName = "cc.hyperium.installer.HyperiumInstallerKt"
5151
}

src/main/kotlin/cc/hyperium/installer/HyperiumInstaller.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class InstallerApp : App(InstallerView::class, InstallerStyles::class)
2828

2929
fun main(args: Array<String>) {
3030
// Update to current date when changing version
31-
Installer.logger.info("Running Hyperium installer version 1.3.2/January 1st 2020")
31+
Installer.logger.info("Running Hyperium installer version 1.4/January 4th 2020")
3232

3333
if (args.isEmpty() || (System.console() == null && JFXConfig.cli))
3434
try {

0 commit comments

Comments
 (0)