From 9993ad29beed802003a0caab91de657505c15890 Mon Sep 17 00:00:00 2001 From: "C, Meganathan" Date: Sun, 8 Mar 2026 15:18:55 +0530 Subject: [PATCH] version bump --- Appium Wizard/ExcludeInInstaller/Installer Script.iss | 2 +- Appium Wizard/VersionInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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"; } }