From 64149d31cab0b5039233f669033cb8e4c6ae2cf0 Mon Sep 17 00:00:00 2001 From: sam-astro <77079540+sam-astro@users.noreply.github.com> Date: Tue, 24 May 2022 18:42:03 -0400 Subject: [PATCH] Update ZSharpInstallerMakerInnoSetup.iss --- ZSharp/ZSharpInstallerMakerInnoSetup.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ZSharp/ZSharpInstallerMakerInnoSetup.iss b/ZSharp/ZSharpInstallerMakerInnoSetup.iss index eb965eb..503a3a4 100644 --- a/ZSharp/ZSharpInstallerMakerInnoSetup.iss +++ b/ZSharp/ZSharpInstallerMakerInnoSetup.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Z-Sharp" -#define MyAppVersion "2.0.2" +#define MyAppVersion "2.1.0" #define MyAppPublisher "AstroSam" #define MyAppURL "https://github.com/sam-astro/Z-Sharp" #define MyAppExeName "ZSharp.exe"