diff --git a/Appium Wizard/ExcludeInInstaller/Installer Script.iss b/Appium Wizard/ExcludeInInstaller/Installer Script.iss index 328c247..ecb7d18 100644 --- a/Appium Wizard/ExcludeInInstaller/Installer Script.iss +++ b/Appium Wizard/ExcludeInInstaller/Installer Script.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Appium Wizard" -#define MyAppVersion "8.5.0" +#define MyAppVersion "8.6.0" #define MyAppPublisher "Meganathan C" #define MyAppExeName "Appium Wizard.exe" diff --git a/Appium Wizard/VersionInfo.cs b/Appium Wizard/VersionInfo.cs index fe49569..c4ef12e 100644 --- a/Appium Wizard/VersionInfo.cs +++ b/Appium Wizard/VersionInfo.cs @@ -2,7 +2,7 @@ { public static class VersionInfo { - public const string VersionNumber = "8.5.0"; - public const string ReleaseNotes = "License update"; + public const string VersionNumber = "8.6.0"; + public const string ReleaseNotes = "Server settings, screen control, download wda, main screen close update"; } }