diff --git a/Installer-x64.iss b/Installer-x64.iss index 8469c57..868749d 100644 --- a/Installer-x64.iss +++ b/Installer-x64.iss @@ -24,7 +24,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Cal" -#define MyAppVersion "1.0-beta.1" +#define MyAppVersion "1.0" #define MyAppPublisher "D. A. Dineth De Silva" #define MyAppURL "https://dadinethdesilva.blogspot.com/" #define MyAppExeName "Cal.exe" diff --git a/Installer.iss b/Installer.iss index 69d9c39..b6e1603 100644 --- a/Installer.iss +++ b/Installer.iss @@ -24,7 +24,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Cal" -#define MyAppVersion "1.0-beta.1" +#define MyAppVersion "1.0" #define MyAppPublisher "D. A. Dineth De Silva" #define MyAppURL "https://dadinethdesilva.blogspot.com/" #define MyAppExeName "Cal.exe"