Skip to content

Commit

Permalink
2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iamlinhui committed Apr 19, 2022
1 parent 2523cf5 commit a16fbe1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.1.0"
#define MyAppVersion "2.2.0"
#define MyAppPublisher "Lynn"
#define MyAppURL "https://www.holme.cn/"
#define MyAppExeName "rpt-desktop.exe"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public void about() {
Alert alert = new Alert(Alert.AlertType.NONE);
alert.setTitle(Constants.TITLE);
alert.setHeaderText("关于");
alert.setContentText("Version 2.0.0\nPowered By Lynn\nhttps://github.com/iamlinhui/rpt");
alert.setContentText("Version 2.2.0\nPowered By Lynn\nhttps://github.com/iamlinhui/rpt");
alert.initOwner(SystemTrayUtil.getPrimaryStage());
alert.getButtonTypes().add(ButtonType.CLOSE);
alert.showAndWait();
Expand Down

0 comments on commit a16fbe1

Please sign in to comment.