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

Commit

Permalink
Change app version to 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AmRo045 committed Nov 4, 2019
1 parent ed9be4d commit 2790bc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Setup/SetupConfig.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#define MyAppName "ShecanDesktop"
#define MyAppSetupName "ShecanDesktop_Setup"
#define MyAppVersion "1.2.2"
#define MyAppVersion "1.2.4"
#define MyAppPublisher "AmRo"
#define MyAppURL "https://github.com/AmRo045/ShecanDesktop"
#define MyAppExeName "ShecanDesktop.exe"
Expand Down
4 changes: 2 additions & 2 deletions Source/ShecanDesktop/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.2.0")]
[assembly: AssemblyFileVersion("1.2.2.0")]
[assembly: AssemblyVersion("1.2.4.0")]
[assembly: AssemblyFileVersion("1.2.4.0")]

0 comments on commit 2790bc1

Please sign in to comment.