Skip to content

Commit

Permalink
v1.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FelisDiligens committed Oct 26, 2022
1 parent 7be4fbe commit f37895a
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 3 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.12.1";
public const string VERSION = "1.12.2";
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.12.1
1.12.2
4 changes: 4 additions & 0 deletions What's new - Dark.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
<![endif]-->
</head>
<body>
<h3 id="whats-new-in-v1122">What&#39;s new in v1.12.2?</h3>
<p>Fixed the server status.</p>
<p><em>Released: Oct 26, 2022</em></p>
<hr />
<h3 id="whats-new-in-v1121---hotfix">What&#39;s new in v1.12.1? -
Hotfix</h3>
<p>Hello everyone!</p>
Expand Down
4 changes: 4 additions & 0 deletions What's new.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
<![endif]-->
</head>
<body>
<h3 id="whats-new-in-v1122">What&#39;s new in v1.12.2?</h3>
<p>Fixed the server status.</p>
<p><em>Released: Oct 26, 2022</em></p>
<hr />
<h3 id="whats-new-in-v1121---hotfix">What&#39;s new in v1.12.1? -
Hotfix</h3>
<p>Hello everyone!</p>
Expand Down
8 changes: 8 additions & 0 deletions What's new.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### What's new in v1.12.2?

Fixed the server status.

*Released: Oct 26, 2022*

---

### What's new in v1.12.1? - Hotfix

Hello everyone!
Expand Down
4 changes: 4 additions & 0 deletions What's new.rtf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
{\colortbl;\red255\green0\blue0;\red0\green0\blue255;}
\widowctrl\hyphauto

{\pard \ql \f0 \sa180 \li0 \fi0 \outlinelevel2 \b \fs28 What\u8217's new in v1.12.2?\par}
{\pard \ql \f0 \sa180 \li0 \fi0 Fixed the server status.\par}
{\pard \ql \f0 \sa180 \li0 \fi0 {\i Released: Oct 26, 2022}\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.12.1? - Hotfix\par}
{\pard \ql \f0 \sa180 \li0 \fi0 Hello everyone!\par}
{\pard \ql \f0 \sa180 \li0 \fi0 I\u8217'm sorry for the inconvenience, the tool shouldn\u8217't crash now.\line Sadly, the server status might not work for now. I\u8217'll look at it soon.\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.12.1"
#define ProjectVersion "1.12.2"
#define ProjectGitDir "D:\Workspace\Fallout76-QuickConfiguration"
#define ProjectPackTargetDir "D:\Workspace\Files\Main Files"

Expand Down

0 comments on commit f37895a

Please sign in to comment.