From 56b5d47c96301b5c7c7ae7058a958b5899e49e7a Mon Sep 17 00:00:00 2001 From: d3xMachina <16732772+d3xMachina@users.noreply.github.com> Date: Thu, 13 Jun 2024 18:00:53 +0200 Subject: [PATCH] bump version --- Plugin.cs | 2 +- Properties/AssemblyInfo.cs | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Plugin.cs b/Plugin.cs index 7b565ab..df367cb 100644 --- a/Plugin.cs +++ b/Plugin.cs @@ -7,7 +7,7 @@ namespace FFPR_Fix; -[BepInPlugin("d3xMachina.ffpr_fix", "FFPR Fix", "1.2.1")] +[BepInPlugin("d3xMachina.ffpr_fix", "FFPR Fix", "1.2.2")] public partial class Plugin : BasePlugin { public static new ManualLogSource Log; diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 4bd8d3a..da58a02 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -1,5 +1,4 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following @@ -32,5 +31,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("1.2.1.0")] -[assembly: AssemblyFileVersion("1.2.1.0")] +[assembly: AssemblyVersion("1.2.2.0")] +[assembly: AssemblyFileVersion("1.2.2.0")]