From 9a903f4bd3e998abf525a54106ba4bc220504de3 Mon Sep 17 00:00:00 2001 From: Arne de Bruijn Date: Sun, 31 May 2020 00:38:24 +0200 Subject: [PATCH] Version 0.2.9.3 --- GameMod/GameMod.cs | 2 +- GameMod/Properties/AssemblyInfo.cs | 4 ++-- README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/GameMod/GameMod.cs b/GameMod/GameMod.cs index b8c94572..0365e0bf 100644 --- a/GameMod/GameMod.cs +++ b/GameMod/GameMod.cs @@ -11,7 +11,7 @@ namespace GameMod.Core { public class GameMod { - public static readonly string Version = "olmod 0.2.9.2"; + public static readonly string Version = "olmod 0.2.9.3"; private static Version GameVersion; internal static void Initialize() diff --git a/GameMod/Properties/AssemblyInfo.cs b/GameMod/Properties/AssemblyInfo.cs index 4f2ff0e4..0da37ca6 100644 --- a/GameMod/Properties/AssemblyInfo.cs +++ b/GameMod/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.2.9.2")] -[assembly: AssemblyFileVersion("0.2.9.2")] +[assembly: AssemblyVersion("0.2.9.3")] +[assembly: AssemblyFileVersion("0.2.9.3")] diff --git a/README.md b/README.md index 87245711..a73cea90 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This is an unaffiliated, unsupported tool. Use at your own risk. #### How to run - Download the latest release: - [olmod-0.2.9.2.zip](https://github.com/arbruijn/olmod/releases/download/v0.2.9.2/olmod-0.2.9.2.zip) + [olmod-0.2.9.3.zip](https://github.com/arbruijn/olmod/releases/download/v0.2.9.3/olmod-0.2.9.3.zip) - Extract olmod in the Overload main directory (where `Overload.exe` / `Overload.x86_64` / `Overload.app` is also located).