Skip to content
This repository was archived by the owner on Aug 19, 2020. It is now read-only.

Commit 766c250

Browse files
committed
Update app version to 1.0.2
1 parent 74c9839 commit 766c250

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Setup/SetupConfig.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#define MyAppName "ShecanDesktop"
55
#define MyAppSetupName "ShecanDesktop_Setup"
6-
#define MyAppVersion "1.0.0"
6+
#define MyAppVersion "1.0.2"
77
#define MyAppPublisher "AmRo"
88
#define MyAppURL "https://github.com/AmRo045/ShecanDesktop"
99
#define MyAppExeName "ShecanDesktop.exe"

Source/ShecanDesktop/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@
5151
// You can specify all the values or you can default the Build and Revision Numbers
5252
// by using the '*' as shown below:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("1.0.0.0")]
55-
[assembly: AssemblyFileVersion("1.0.0.0")]
54+
[assembly: AssemblyVersion("1.0.2.0")]
55+
[assembly: AssemblyFileVersion("1.0.2.0")]

0 commit comments

Comments
 (0)