diff --git a/build.gradle b/build.gradle index f7a653f1..382b39d2 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ allprojects { apply plugin: "java-library" apply plugin: "org.openjfx.javafxplugin" - version = "3.4.0" + version = "3.4.1" ext { // App Metadata appName = "ArkPets" diff --git a/core/src/cn/harryh/arkpets/Const.java b/core/src/cn/harryh/arkpets/Const.java index 52b76842..4bad8feb 100644 --- a/core/src/cn/harryh/arkpets/Const.java +++ b/core/src/cn/harryh/arkpets/Const.java @@ -20,7 +20,7 @@ */ public final class Const { // App version - public static final Version appVersion = new Version(3, 4, 0); + public static final Version appVersion = new Version(3, 4, 1); public static final Version datasetLowestVersion = new Version(2, 2, 0); // App name diff --git a/docs/scripts/ExePacking.iss b/docs/scripts/ExePacking.iss index 4a750d9f..c31e7411 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 "3.4.0" +#define MyAppVersion "3.4.1" #define MyAppPublisher "Harry Huang" #define MyAppURL "https://arkpets.harryh.cn/"