Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Appium Wizard/ExcludeInInstaller/Installer Script.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
4 changes: 2 additions & 2 deletions Appium Wizard/VersionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}
}
Loading