diff --git a/Plugin.cs b/Plugin.cs index 82fb731..20f84af 100644 --- a/Plugin.cs +++ b/Plugin.cs @@ -7,7 +7,7 @@ namespace FFPR_Fix; -[BepInPlugin("d3xMachina.ffpr_fix", "FFPR Fix", "1.1.1")] +[BepInPlugin("d3xMachina.ffpr_fix", "FFPR Fix", "1.1.2")] public partial class Plugin : BasePlugin { public static new ManualLogSource Log; diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index ce8733b..f947c84 100644 --- a/Properties/AssemblyInfo.cs +++ b/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("1.1.1.0")] -[assembly: AssemblyFileVersion("1.1.1.0")] +[assembly: AssemblyVersion("1.1.2.0")] +[assembly: AssemblyFileVersion("1.1.2.0")]