Skip to content

Commit

Permalink
Version v1.11.3h1
Browse files Browse the repository at this point in the history
  • Loading branch information
FelisDiligens committed Aug 28, 2022
1 parent 3e9d11f commit bd0afd7
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Fo76ini/Shared.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace Fo76ini
/// </summary>
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();
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.4
1.11.3h1
3 changes: 2 additions & 1 deletion What's new.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
<![endif]-->
</head>
<body>
<h3 id="whats-new-in-v1114">What&#39;s new in v1.11.4?</h3>
<h3 id="whats-new-in-v1113h1---hotfix-1">What&#39;s new in v1.11.3h1? -
Hotfix 1</h3>
<p>Fixed an issue where drag and drop into the mod list would fail if
the mod list was empty.</p>
<hr />
Expand Down
2 changes: 1 addition & 1 deletion What's new.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion What's new.rtf
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit bd0afd7

Please sign in to comment.