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

Commit 3d105e2

Browse files
committed
release 0.0.7-beta
1 parent 4c545c7 commit 3d105e2

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
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.6-beta"
7+
VERSION: "0.0.7-beta"
88

99
jobs:
1010

CHANGELOG.MD

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
## 0.0.7-beta
44

5-
TODO
6-
75
更新日志:
86

97
- [功能] 记录贡献者列表并在启动时打印感谢信息

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.6-beta</version>
9+
<version>0.0.7-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.6-beta";
9+
String VERSION = "0.0.7-beta";
1010
String PROJECT_URL = "https://github.com/jar-analyzer/jar-obfuscator";
1111
String UPDATE_URL = "https://jar-analyzer.oss-cn-hangzhou.aliyuncs.com/jar-obfuscator/version.txt";
1212
String DOWNLOAD_URL = "https://github.com/jar-analyzer/jar-obfuscator/releases/latest";

0 commit comments

Comments
 (0)