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

Commit c8e3137

Browse files
committed
release 0.1.0
1 parent 23a4426 commit c8e3137

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.8-beta"
7+
VERSION: "0.1.0"
88

99
jobs:
1010

CHANGELOG.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## 0.0.9-beta
3+
## 0.1.0
44

55
修复了一些已知问题,随机数支持直接调用 `CPU``RDRAND` 指令生成
66

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.8-beta</version>
9+
<version>0.1.0</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.8-beta";
9+
String VERSION = "0.1.0";
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)