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:
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
VERSION: "1.3.2"
|
VERSION: "1.4.0"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
|||||||
@@ -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>
|
||||||
```
|
```
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@@ -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>
|
||||||
|
|||||||
@@ -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");
|
||||||
|
|||||||
Reference in New Issue
Block a user