From 9e27854c4ca86ccdc617cb529b1c8b40b6ad8768 Mon Sep 17 00:00:00 2001 From: 4ra1n <2023503307@qq.com> Date: Fri, 3 Jan 2025 18:40:12 +0800 Subject: [PATCH] release 1.3.2 --- .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 e14b4bf..374a6ed 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: env: - VERSION: "1.3.1" + VERSION: "1.3.2" jobs: diff --git a/README.md b/README.md index 3a97f22..565adc7 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ public class Test { com.github.jar-analyzer class-obf - 1.3.1 + 1.3.2 ``` diff --git a/pom.xml b/pom.xml index 1b19105..c9a8f96 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ me.n1ar4 class-obf - 1.3.1 + 1.3.2 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 778496d..176d86d 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.1"; + String VERSION = "1.3.2"; 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");