release 1.4.0

This commit is contained in:
4ra1n
2025-01-27 20:44:46 +08:00
parent f2733edf3e
commit 9004901269
4 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ on:
workflow_dispatch: workflow_dispatch:
env: env:
VERSION: "1.3.2" VERSION: "1.4.0"
jobs: jobs:

View File

@@ -128,7 +128,7 @@ public class Test {
<dependency> <dependency>
<groupId>com.github.jar-analyzer</groupId> <groupId>com.github.jar-analyzer</groupId>
<artifactId>class-obf</artifactId> <artifactId>class-obf</artifactId>
<version>1.3.2</version> <version>1.4.0</version>
</dependency> </dependency>
</dependencies> </dependencies>
``` ```

View File

@@ -6,7 +6,7 @@
<groupId>me.n1ar4</groupId> <groupId>me.n1ar4</groupId>
<artifactId>class-obf</artifactId> <artifactId>class-obf</artifactId>
<version>1.3.2</version> <version>1.4.0</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<description>Class Obfuscator Project</description> <description>Class Obfuscator Project</description>

View File

@@ -8,7 +8,7 @@ import java.nio.file.Path;
import java.nio.file.Paths; import java.nio.file.Paths;
public interface Const { public interface Const {
String VERSION = "1.3.2"; String VERSION = "1.4.0";
String PROJECT_URL = "https://github.com/jar-analyzer/class-obf"; String PROJECT_URL = "https://github.com/jar-analyzer/class-obf";
Path configPath = Paths.get("config.yaml"); Path configPath = Paths.get("config.yaml");
Path TEMP_PATH = Paths.get("class-obf-temp.class"); Path TEMP_PATH = Paths.get("class-obf-temp.class");