Skip to content

Commit

Permalink
2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iamlinhui committed Jun 4, 2022
1 parent 5f87f6d commit 7283e23
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Reverse Proxy Tool.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Reverse Proxy Tool"
#define MyAppVersion "2.4.0"
#define MyAppVersion "2.5.0"
#define MyAppPublisher "Lynn"
#define MyAppURL "https://www.holme.cn/"
#define MyAppURL "https://www.holmes.cn/"
#define MyAppExeName "rpt-desktop.exe"
#define MySourcePath "out\artifacts\rpt_desktop\bundles\rpt-desktop\"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>cn.promptness</groupId>
<artifactId>rpt</artifactId>
<packaging>pom</packaging>
<version>2.4.0</version>
<version>2.5.0</version>
<modules>
<module>rpt-base</module>
<module>rpt-server</module>
Expand Down
2 changes: 1 addition & 1 deletion rpt-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>rpt</artifactId>
<groupId>cn.promptness</groupId>
<version>2.4.0</version>
<version>2.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ interface Client {

interface Desktop {
String TITLE = "Reverse Proxy Tool";
String VERSION = "2.4.0";
String VERSION = "2.5.0";
}

Pattern COLON = Pattern.compile(":");
Expand Down
2 changes: 1 addition & 1 deletion rpt-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>rpt</artifactId>
<groupId>cn.promptness</groupId>
<version>2.4.0</version>
<version>2.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion rpt-desktop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>rpt</artifactId>
<groupId>cn.promptness</groupId>
<version>2.4.0</version>
<version>2.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion rpt-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>rpt</artifactId>
<groupId>cn.promptness</groupId>
<version>2.4.0</version>
<version>2.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 7283e23

Please sign in to comment.