Skip to content
This repository was archived by the owner on Sep 5, 2025. It is now read-only.

Commit 30b8176

Browse files
committed
release
1 parent f45328d commit 30b8176

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55

66
env:
7-
VERSION: "0.0.4-beta"
7+
VERSION: "0.0.5-beta"
88

99
jobs:
1010

CHANGELOG.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 0.0.5-beta
44

5-
修复方法名混淆可能遇到的关键 `BUG`
5+
不建议开启 `enableMethodName` 配置,建议其他选项混合搭配测试
66

77
更新日志:
88

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>me.n1ar4.jar.obfuscator</groupId>
88
<artifactId>jar-obfuscator</artifactId>
9-
<version>0.0.4-beta</version>
9+
<version>0.0.5-beta</version>
1010

1111
<packaging>jar</packaging>
1212
<description>Jar Obfuscator Project</description>

src/main/java/me/n1ar4/jar/obfuscator/Const.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import java.nio.file.Paths;
77

88
public interface Const {
9-
String VERSION = "0.0.4-beta";
9+
String VERSION = "0.0.5-beta";
1010
String PROJECT_URL = "https://github.com/jar-analyzer/jar-obfuscator";
1111
String TEMP_DIR = "jar-obfuscator-temp";
1212
Path configPath = Paths.get("config.yaml");

0 commit comments

Comments
 (0)