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 4, 2024
1 parent bc66ebc commit 2969859
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.3-beta"
VERSION: "0.0.4-beta"

jobs:

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

- [BUG] 字符串加密编码不一致导致乱码问题
- [BUG] 修复不开启类名混淆某些混淆无法运行问题
- [BUG] 修复解压 `JAR` 是无法访问文件的问题
- [BUG] 修复解压 `JAR` 时无法访问文件的问题
- [优化] 优化 `README` 和配置文件中的注释
- [优化] 提示 `MAC` 中不支持使用字节码加密

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.3-beta</version>
<version>0.0.4-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.3-beta";
String VERSION = "0.0.4-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 2969859

Please sign in to comment.