Skip to content

Commit

Permalink
chore: bump to patch
Browse files Browse the repository at this point in the history
  • Loading branch information
isHarryh committed Nov 24, 2024
1 parent 70f996c commit 00c2cd5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion core/src/cn/harryh/arkpets/Const.java
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/scripts/ExePacking.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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/"

Expand Down

0 comments on commit 00c2cd5

Please sign in to comment.