From bd0afd75ff47de4765dfe1f89cd70ee82698999e Mon Sep 17 00:00:00 2001 From: FelisDiligens <47528453+FelisDiligens@users.noreply.github.com> Date: Sun, 28 Aug 2022 10:08:23 +0200 Subject: [PATCH] Version v1.11.3h1 --- Fo76ini/Shared.cs | 2 +- VERSION | 2 +- What's new.html | 3 ++- What's new.md | 2 +- What's new.rtf | 2 +- setup.iss | 2 +- 6 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Fo76ini/Shared.cs b/Fo76ini/Shared.cs index b8ef602..746bbc2 100644 --- a/Fo76ini/Shared.cs +++ b/Fo76ini/Shared.cs @@ -10,7 +10,7 @@ namespace Fo76ini /// public class Shared { - public const string VERSION = "1.11.4"; + public const string VERSION = "1.11.3h1"; public static string LatestVersion = null; public static readonly string AppInstallationFolder = Directory.GetParent(Application.ExecutablePath).ToString(); diff --git a/VERSION b/VERSION index 3d0e623..ee1c292 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.11.4 +1.11.3h1 diff --git a/What's new.html b/What's new.html index 4a05f32..a07c76f 100644 --- a/What's new.html +++ b/What's new.html @@ -37,7 +37,8 @@ -

What's new in v1.11.4?

+

What's new in v1.11.3h1? - +Hotfix 1

Fixed an issue where drag and drop into the mod list would fail if the mod list was empty.


diff --git a/What's new.md b/What's new.md index e429cec..a299395 100644 --- a/What's new.md +++ b/What's new.md @@ -1,4 +1,4 @@ -### What's new in v1.11.4? +### What's new in v1.11.3h1? - Hotfix 1 Fixed an issue where drag and drop into the mod list would fail if the mod list was empty. diff --git a/What's new.rtf b/What's new.rtf index 38255cb..335cb03 100644 --- a/What's new.rtf +++ b/What's new.rtf @@ -2,7 +2,7 @@ {\colortbl;\red255\green0\blue0;\red0\green0\blue255;} \widowctrl\hyphauto -{\pard \ql \f0 \sa180 \li0 \fi0 \outlinelevel2 \b \fs28 What\u8217's new in v1.11.4?\par} +{\pard \ql \f0 \sa180 \li0 \fi0 \outlinelevel2 \b \fs28 What\u8217's new in v1.11.3h1? - Hotfix 1\par} {\pard \ql \f0 \sa180 \li0 \fi0 Fixed an issue where drag and drop into the mod list would fail if the mod list was empty.\par} {\pard \qc \f0 \sa180 \li0 \fi0 \emdash\emdash\emdash\emdash\emdash\par} {\pard \ql \f0 \sa180 \li0 \fi0 \outlinelevel2 \b \fs28 What\u8217's new in v1.11.3? - All in-game graphics settings available\par} diff --git a/setup.iss b/setup.iss index dcdd417..ce2fbb8 100644 --- a/setup.iss +++ b/setup.iss @@ -6,7 +6,7 @@ #define MyAppURL "https://www.nexusmods.com/fallout76/mods/546" #define MyAppExeName "Fo76ini.exe" -#define ProjectVersion "1.11.4" +#define ProjectVersion "1.11.3h1" #define ProjectGitDir "D:\Workspace\Fallout 76 Quick Configuration\Fallout76-QuickConfiguration" #define ProjectPackTargetDir "D:\Workspace\Fallout 76 Quick Configuration\Files\Main Files"