From f8eac426fca45e31a602619de26669ef3866d38d Mon Sep 17 00:00:00 2001 From: 4ra1n <2023503307@qq.com> Date: Thu, 19 Dec 2024 09:54:17 +0800 Subject: [PATCH] release 1.3.1 --- .github/workflows/build.yml | 2 +- README.md | 2 +- pom.xml | 2 +- src/main/java/me/n1ar4/clazz/obfuscator/Const.java | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 628b36f..813f21c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: env: - VERSION: "1.3.0" + VERSION: "1.3.1" jobs: diff --git a/README.md b/README.md index ad2550f..89394cf 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ public class Test { com.github.jar-analyzer class-obf - 1.3.0 + 1.3.1 ``` diff --git a/pom.xml b/pom.xml index 92d1c2c..0771f8c 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ me.n1ar4 class-obf - 1.3.0 + 1.3.1 jar Class Obfuscator Project diff --git a/src/main/java/me/n1ar4/clazz/obfuscator/Const.java b/src/main/java/me/n1ar4/clazz/obfuscator/Const.java index ea50872..778496d 100644 --- a/src/main/java/me/n1ar4/clazz/obfuscator/Const.java +++ b/src/main/java/me/n1ar4/clazz/obfuscator/Const.java @@ -8,7 +8,7 @@ import java.nio.file.Paths; public interface Const { - String VERSION = "1.3.0"; + String VERSION = "1.3.1"; String PROJECT_URL = "https://github.com/jar-analyzer/class-obf"; Path configPath = Paths.get("config.yaml"); Path TEMP_PATH = Paths.get("class-obf-temp.class");