Skip to content

Commit c48d19c

Browse files
committed
chore: bump to v3.13
1 parent c52c487 commit c48d19c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ allprojects {
1919
apply plugin: "java-library"
2020
apply plugin: "org.openjfx.javafxplugin"
2121

22-
version = "3.12.0"
22+
version = "3.13.0"
2323
ext {
2424
// App Metadata
2525
appName = "ArkPets"

core/src/cn/harryh/arkpets/Const.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
*/
2525
public final class Const {
2626
// App version
27-
public static final Version appVersion = new Version(3, 12, 0);
27+
public static final Version appVersion = new Version(3, 13, 0);
2828
public static final Version datasetLowestVersion = new Version(2, 2, 0);
2929

3030
// App name

docs/scripts/ExePacking.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
; Download Inno Setup: https://jrsoftware.org/isdl.php
55

66
#define MyAppName "ArkPets"
7-
#define MyAppVersion "3.12.0"
7+
#define MyAppVersion "3.13.0"
88
#define MyAppPublisher "Harry Huang"
99
#define MyAppURL "https://arkpets.harryh.cn/"
1010

0 commit comments

Comments
 (0)