Skip to content

Commit

Permalink
feat: 软件版本迭代更新至1.3.1
Browse files Browse the repository at this point in the history
Signed-off-by: Leven <levenchn@163.com>
  • Loading branch information
leven99 committed Sep 3, 2019
1 parent cf1e2b4 commit 5f5df6a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Setup/OSerialPort_Inno_Setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "OSerialPort"
#define MyAppVersion "1.3.0"
#define MyVersionInfoVersion "1.3.0.2"
#define MyAppVersion "1.3.1"
#define MyVersionInfoVersion "1.3.1.4"
#define MyAppExeName "OSerialPort.exe"
#define MyAppCopyright "MIT License"

Expand All @@ -22,9 +22,9 @@ OutputDir=.\
SetupIconFile=.\favicon.ico
#ifdef WINDOWS_X64
ArchitecturesInstallIn64BitMode=x64
OutputBaseFilename=OSerialPort_Windows_V1.3.0_x64
OutputBaseFilename=OSerialPort_Windows_V1.3.1_x64
#else
OutputBaseFilename=OSerialPort_Windows_V1.3.0_x86
OutputBaseFilename=OSerialPort_Windows_V1.3.1_x86
#endif
Compression=lzma
SolidCompression=yes
Expand Down
2 changes: 1 addition & 1 deletion ViewModels/MainWindowVM.cs
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ public void Update()
public MainWindowVM()
{
/* 菜单栏帮助项 */
VerInfo = "OSerialPort v1.3.0";
VerInfo = "OSerialPort v1.3.1";
VerUpInfo = "检查更新";
ObjRP = "Gitee存储库";
ObjIssue = "报告问题";
Expand Down

0 comments on commit 5f5df6a

Please sign in to comment.