From 734120e0f4d06f57104bafbd423b4edf95e2edcd Mon Sep 17 00:00:00 2001 From: confused_techie Date: Thu, 6 Jan 2022 19:46:21 -0800 Subject: [PATCH] Updated Version of release --- installer/GoPage.iss | 4 ++-- settings/serverSettings.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/installer/GoPage.iss b/installer/GoPage.iss index ecf78b6..95a594f 100644 --- a/installer/GoPage.iss +++ b/installer/GoPage.iss @@ -6,7 +6,7 @@ ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.) AppId={{4322BAAB-9BD4-47F4-8F3C-471B1951D1F8} AppName=GoPage -AppVersion=0.3.1 +AppVersion=0.3.2 AppPublisher=LHBasics AppPublisherURL=https://www.lhbasics.com/ AppSupportURL=https://github.com/confused-Techie/GoPage @@ -29,7 +29,7 @@ Name: "english"; MessagesFile: "compiler:Default.isl" Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked [Files] -Source: "D:\Personal Documents\Github Repositories\GoPage\binaries\GoPage-v0.3.1.exe"; DestDir: "{app}"; DestName: "GoPage.exe"; Flags: ignoreversion +Source: "D:\Personal Documents\Github Repositories\GoPage\binaries\GoPage-v0.3.2.exe"; DestDir: "{app}"; DestName: "GoPage.exe"; Flags: ignoreversion ; NOTE: Don't use "Flags: ignoreversion" on any shared system files ; Below we will instead specify directories instead of individual files Source: "D:\Personal Documents\Github Repositories\GoPage\templates\*"; DestDir: "{app}\templates"; Flags: ignoreversion diff --git a/settings/serverSettings.json b/settings/serverSettings.json index 64844a0..60b71b2 100644 --- a/settings/serverSettings.json +++ b/settings/serverSettings.json @@ -1,6 +1,6 @@ { "name": "GoPage", -"version": "0.3.1", +"version": "0.3.2", "author": "confused-Techie", "lang": "en" -} \ No newline at end of file +}