From 3927170df91bc9acf7f1c110fa984e7f95490d69 Mon Sep 17 00:00:00 2001 From: AndrewMusser Date: Mon, 18 Dec 2023 15:59:33 -0500 Subject: [PATCH] Bump version --- CHANGELOG.md | 2 ++ src/version.json | 2 +- utils/Setup.iss | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9464991..e9d8f6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Change log +- 1.0.3 - Address bug related to version file path + - 1.0.2 - Improve robustness of viewall command - 1.0.1 - Replace all webHMI references with Loupe UX diff --git a/src/version.json b/src/version.json index e6c2eba..1da3da7 100644 --- a/src/version.json +++ b/src/version.json @@ -1,4 +1,4 @@ { "name": "lpm", - "version": "1.0.2" + "version": "1.0.3" } \ No newline at end of file diff --git a/utils/Setup.iss b/utils/Setup.iss index b23af99..82b1875 100644 --- a/utils/Setup.iss +++ b/utils/Setup.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "LPM" -#define MyAppVersion "1.0.2" +#define MyAppVersion "1.0.3" #define MyAppPublisher "Loupe" #define MyAppURL "https://loupe.team/" #define MyAppExeName "LPM.cmd"