diff --git a/IPA.Injector/Properties/AssemblyInfo.cs b/IPA.Injector/Properties/AssemblyInfo.cs index 0b0212a3..00648990 100644 --- a/IPA.Injector/Properties/AssemblyInfo.cs +++ b/IPA.Injector/Properties/AssemblyInfo.cs @@ -33,5 +33,5 @@ using System.Runtime.InteropServices; // 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("3.12.0")] -[assembly: AssemblyFileVersion("3.12.0")] \ No newline at end of file +[assembly: AssemblyVersion("3.12.1")] +[assembly: AssemblyFileVersion("3.12.1")] \ No newline at end of file diff --git a/IPA.Loader/Loader/manifest.json b/IPA.Loader/Loader/manifest.json index 26c2f1da..04d31d68 100644 --- a/IPA.Loader/Loader/manifest.json +++ b/IPA.Loader/Loader/manifest.json @@ -1,17 +1,16 @@ { "$schema": "https://raw.githubusercontent.com/nike4613/ModSaber-MetadataFileSchema/master/Schema.json", "author": "DaNike", - "description": "A mod loader specifically for Beat Saber", + "description": "A mod loader specifically for Beat Saber.", "gameVersion": "0.12.2", "id": "beatsaber-ipa-reloaded", "name": "BSIPA", - "version": "3.12.0", + "version": "3.12.1", "features": [ "define-feature(print, IPA.Loader.Features.PrintFeature)", "define-feature(debug, IPA.Loader.Features.DebugFeature)", "define-feature(warn, IPA.Loader.Features.WarnFeature)", "define-feature(no-update, IPA.Loader.Features.NoUpdateFeature)", - "define-feature(add-in, IPA.Loader.Features.AddInFeature)", - "print(YO! Howz it goin\\, its ya boi desinc here)" + "define-feature(add-in, IPA.Loader.Features.AddInFeature)" ] } \ No newline at end of file diff --git a/IPA/Properties/AssemblyInfo.cs b/IPA/Properties/AssemblyInfo.cs index d76c55bc..e2c7b1e3 100644 --- a/IPA/Properties/AssemblyInfo.cs +++ b/IPA/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ using System.Runtime.InteropServices; // 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("3.12.0")] -[assembly: AssemblyFileVersion("3.12.0")] \ No newline at end of file +[assembly: AssemblyVersion("3.12.1")] +[assembly: AssemblyFileVersion("3.12.1")] \ No newline at end of file