Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Commit

Permalink
before release
Browse files Browse the repository at this point in the history
  • Loading branch information
4ra1n committed Jan 12, 2023
1 parent ec75891 commit d88f626
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -199,4 +199,8 @@ Others:
- [improve] PoC模块应该给出一个简单的介绍 #99
- [improve] 插件模块的UI简单重构 #100
- [improve] 完善页面上的提示信息 #101
- 更新`UI``flatlaf``3.0`版本
- 更新`UI``flatlaf``3.0`版本

## 1.3

todo
4 changes: 2 additions & 2 deletions build/build-jre.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<launch4jConfig>
<dontWrapJar>false</dontWrapJar>
<headerType>gui</headerType>
<jar>D:\super-xray\target\super-xray-1.2.jar</jar>
<outfile>D:\super-xray\super-xray-1.2.exe</outfile>
<jar>D:\super-xray\target\super-xray-1.3.jar</jar>
<outfile>D:\super-xray\super-xray-1.3.exe</outfile>
<errTitle></errTitle>
<cmdLine></cmdLine>
<chdir>.</chdir>
Expand Down
4 changes: 2 additions & 2 deletions build/build-nojre.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<launch4jConfig>
<dontWrapJar>false</dontWrapJar>
<headerType>gui</headerType>
<jar>D:\super-xray\target\super-xray-1.2.jar</jar>
<outfile>D:\super-xray\super-xray-1.2-system-jre.exe</outfile>
<jar>D:\super-xray\target\super-xray-1.3.jar</jar>
<outfile>D:\super-xray\super-xray-1.3-system-jre.exe</outfile>
<errTitle></errTitle>
<cmdLine></cmdLine>
<chdir>.</chdir>
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>com.chaitin</groupId>
<artifactId>super-xray</artifactId>
<version>1.2</version>
<version>1.3</version>

<properties>
<maven.compiler.source>8</maven.compiler.source>
Expand Down

0 comments on commit d88f626

Please sign in to comment.