This repository was archived by the owner on Sep 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
src/main/java/me/n1ar4/jar/obfuscator Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44 workflow_dispatch :
55
66env :
7- VERSION : " 0.0.8-beta "
7+ VERSION : " 0.1.0 "
88
99jobs :
1010
Original file line number Diff line number Diff line change 11# CHANGELOG
22
3- ## 0.0.9-beta
3+ ## 0.1.0
44
55修复了一些已知问题,随机数支持直接调用 ` CPU ` 的 ` RDRAND ` 指令生成
66
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 66import java .nio .file .Paths ;
77
88public 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" ;
You can’t perform that action at this time.
0 commit comments