From aa1b686a614f2638fce938b57f74fd43d65dee08 Mon Sep 17 00:00:00 2001 From: Harry Huang Date: Sun, 28 Jan 2024 16:51:17 +0800 Subject: [PATCH] Small Update --- build.gradle | 2 +- core/src/cn/harryh/arkpets/Const.java | 2 +- docs/scripts/ExePacking.iss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 99528f91..6a3a2b02 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ allprojects { apply plugin: "java-library" apply plugin: "org.openjfx.javafxplugin" - version = "2.4.1" + version = "2.4.2" ext { // App Metadata appName = "ArkPets" diff --git a/core/src/cn/harryh/arkpets/Const.java b/core/src/cn/harryh/arkpets/Const.java index b997cf7e..74248106 100644 --- a/core/src/cn/harryh/arkpets/Const.java +++ b/core/src/cn/harryh/arkpets/Const.java @@ -11,7 +11,7 @@ */ public final class Const { // App version - public static final Version appVersion = new Version(2, 4, 1); + public static final Version appVersion = new Version(2, 4, 2); // App name public static final String appName = "ArkPets"; diff --git a/docs/scripts/ExePacking.iss b/docs/scripts/ExePacking.iss index f67db6d5..c8351bf0 100644 --- a/docs/scripts/ExePacking.iss +++ b/docs/scripts/ExePacking.iss @@ -4,7 +4,7 @@ ; Download Inno Setup: https://jrsoftware.org/isdl.php #define MyAppName "ArkPets" -#define MyAppVersion "2.4.1" +#define MyAppVersion "2.4.2" #define MyAppPublisher "Harry Huang" #define MyAppURL "https://arkpets.harryh.cn/"