Skip to content

Commit

Permalink
2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
iamlinhui committed May 26, 2022
1 parent 94dc49a commit e1aae98
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Reverse Proxy Tool.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Reverse Proxy Tool"
#define MyAppVersion "2.3.0"
#define MyAppVersion "2.3.5"
#define MyAppPublisher "Lynn"
#define MyAppURL "https://www.holme.cn/"
#define MyAppExeName "rpt-desktop.exe"
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.3.0</version>
<version>2.3.5</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.3.0</version>
<version>2.3.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public interface Constants {

String TITLE = "Reverse Proxy Tool";

String VERSION = "2.3.0";
String VERSION = "2.3.5";

AttributeKey<Map<String, Channel>> CHANNELS = AttributeKey.newInstance("CHANNELS");

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.3.0</version>
<version>2.3.5</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.3.0</version>
<version>2.3.5</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.3.0</version>
<version>2.3.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit e1aae98

Please sign in to comment.