release 1.4.0
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -4,7 +4,7 @@ on:
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
VERSION: "1.3.2"
|
||||
VERSION: "1.4.0"
|
||||
|
||||
jobs:
|
||||
|
||||
|
||||
@@ -128,7 +128,7 @@ public class Test {
|
||||
<dependency>
|
||||
<groupId>com.github.jar-analyzer</groupId>
|
||||
<artifactId>class-obf</artifactId>
|
||||
<version>1.3.2</version>
|
||||
<version>1.4.0</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
```
|
||||
|
||||
2
pom.xml
2
pom.xml
@@ -6,7 +6,7 @@
|
||||
|
||||
<groupId>me.n1ar4</groupId>
|
||||
<artifactId>class-obf</artifactId>
|
||||
<version>1.3.2</version>
|
||||
<version>1.4.0</version>
|
||||
|
||||
<packaging>jar</packaging>
|
||||
<description>Class Obfuscator Project</description>
|
||||
|
||||
@@ -8,7 +8,7 @@ import java.nio.file.Path;
|
||||
import java.nio.file.Paths;
|
||||
|
||||
public interface Const {
|
||||
String VERSION = "1.3.2";
|
||||
String VERSION = "1.4.0";
|
||||
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");
|
||||
|
||||
Reference in New Issue
Block a user