From 9accc4c77c63553ed33f95b24e9099c28b1ff079 Mon Sep 17 00:00:00 2001 From: Leck995 Date: Sat, 4 Jan 2025 16:34:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=B8=BA1.2.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- src/main/java/cn/tealc/wutheringwavestool/base/Config.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 68dfa49..d1f5e85 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ cn.tealc wuthering-waves-tool - 1.2.1 + 1.2.2 WutheringWavesTool diff --git a/src/main/java/cn/tealc/wutheringwavestool/base/Config.java b/src/main/java/cn/tealc/wutheringwavestool/base/Config.java index ac0f2d2..7f389b1 100644 --- a/src/main/java/cn/tealc/wutheringwavestool/base/Config.java +++ b/src/main/java/cn/tealc/wutheringwavestool/base/Config.java @@ -15,7 +15,7 @@ * @create: 2024-07-03 00:37 */ public class Config { - public static final String version="1.2.1"; + public static final String version="1.2.2"; public static final String appAuthor="Leck"; public static final String apiDecryptKey = "XSNLFgNCth8j8oJI3cNIdw==";