Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
4ra1n committed Jun 5, 2024
1 parent f45328d commit 30b8176
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:

env:
VERSION: "0.0.4-beta"
VERSION: "0.0.5-beta"

jobs:

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 0.0.5-beta

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

更新日志:

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>me.n1ar4.jar.obfuscator</groupId>
<artifactId>jar-obfuscator</artifactId>
<version>0.0.4-beta</version>
<version>0.0.5-beta</version>

<packaging>jar</packaging>
<description>Jar Obfuscator Project</description>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/me/n1ar4/jar/obfuscator/Const.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import java.nio.file.Paths;

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

0 comments on commit 30b8176

Please sign in to comment.