From 3a87e777fbe0a2625ec0020b2871b49a5493d4dc Mon Sep 17 00:00:00 2001 From: Gustavo Carreno Date: Thu, 11 Mar 2021 16:00:51 +0000 Subject: [PATCH] chore: Bumped version on Inno Setup script --- scripts/lazJSONViewer-win64-win32.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lazJSONViewer-win64-win32.iss b/scripts/lazJSONViewer-win64-win32.iss index e6df9b5..89117ff 100644 --- a/scripts/lazJSONViewer-win64-win32.iss +++ b/scripts/lazJSONViewer-win64-win32.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Laz JSON Viewer" -#define MyAppVersion "0.1.8.32" +#define MyAppVersion "0.1.9.34" #define MyAppPublisher "Gustavo Carreno" #define MyAppURL "https://github.com/gcarreno/laz-JSON-Viewer" #define MyAppExeName "lazJSONViewer.exe"