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

Commit 4cf20b8

Browse files
author
4ra1n
committed
before release
1 parent d7b2122 commit 4cf20b8

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Super Xray
22
[![](https://img.shields.io/github/v/release/4ra1n/super-xray)](https://github.com/4ra1n/super-xray/releases/latest)
33
![](https://img.shields.io/github/downloads/4ra1n/super-xray/total)
4-
![](https://img.shields.io/badge/Java%20Code%20Lines-4580-orange)
4+
![](https://img.shields.io/badge/build-JDK8-orange)
5+
![](https://img.shields.io/badge/Java%20Code%20Lines-4830-orange)
56

67
[English Version](doc/README.md)
78

build/build-jre.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<launch4jConfig>
33
<dontWrapJar>false</dontWrapJar>
44
<headerType>gui</headerType>
5-
<jar>D:\super-xray\target\super-xray-0.7.jar</jar>
6-
<outfile>D:\super-xray\super-xray-0.7.exe</outfile>
5+
<jar>D:\super-xray\target\super-xray-0.8.jar</jar>
6+
<outfile>D:\super-xray\super-xray-0.8.exe</outfile>
77
<errTitle></errTitle>
88
<cmdLine></cmdLine>
99
<chdir>.</chdir>

build/build-nojre.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<launch4jConfig>
33
<dontWrapJar>false</dontWrapJar>
44
<headerType>gui</headerType>
5-
<jar>D:\super-xray\target\super-xray-0.7.jar</jar>
6-
<outfile>D:\super-xray\super-xray-0.7-system-jre.exe</outfile>
5+
<jar>D:\super-xray\target\super-xray-0.8.jar</jar>
6+
<outfile>D:\super-xray\super-xray-0.8-system-jre.exe</outfile>
77
<errTitle></errTitle>
88
<cmdLine></cmdLine>
99
<chdir>.</chdir>

doc/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Super Xray
22
[![](https://img.shields.io/github/v/release/4ra1n/super-xray)](https://github.com/4ra1n/super-xray/releases/latest)
33
![](https://img.shields.io/github/downloads/4ra1n/super-xray/total)
4-
![](https://img.shields.io/badge/Java%20Code%20Lines-4580-orange)
4+
![](https://img.shields.io/badge/build-JDK8-orange)
5+
![](https://img.shields.io/badge/Java%20Code%20Lines-4830-orange)
56

67
## Introduce
78

0 commit comments

Comments
 (0)