diff --git a/IPA.Loader/Config/SelfConfig.cs b/IPA.Loader/Config/SelfConfig.cs index 24b60edc..8125b033 100644 --- a/IPA.Loader/Config/SelfConfig.cs +++ b/IPA.Loader/Config/SelfConfig.cs @@ -33,8 +33,8 @@ namespace IPA.Config } internal const string IPAName = "Beat Saber IPA"; - internal const string IPAVersion = "3.12.5"; // this should be completely outdated soon-ish - + internal const string IPAVersion = "3.12.6"; + public bool Regenerate = true; public class DebugObject diff --git a/IPA.Loader/Loader/manifest.json b/IPA.Loader/Loader/manifest.json index 5d341499..edb6f8f5 100644 --- a/IPA.Loader/Loader/manifest.json +++ b/IPA.Loader/Loader/manifest.json @@ -2,10 +2,10 @@ "$schema": "https://raw.githubusercontent.com/nike4613/ModSaber-MetadataFileSchema/master/Schema.json", "author": "DaNike", "description": "A mod loader specifically for Beat Saber.", - "gameVersion": "0.13.1", + "gameVersion": "0.13.2", "id": "beatsaber-ipa-reloaded", "name": "BSIPA", - "version": "3.12.5", + "version": "3.12.6", "features": [ "define-feature(print, IPA.Loader.Features.PrintFeature)", "define-feature(debug, IPA.Loader.Features.DebugFeature)", diff --git a/IPA/IPA.csproj b/IPA/IPA.csproj index 5cf84b11..06212ce2 100644 --- a/IPA/IPA.csproj +++ b/IPA/IPA.csproj @@ -82,6 +82,7 @@ bin\Verbose_Release\ Release + Verbose_Release @@ -148,7 +149,8 @@ - + + diff --git a/IPA/Properties/AssemblyInfo.cs b/IPA/Properties/AssemblyInfo.cs index f10c91f8..774ca626 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.5")] -[assembly: AssemblyFileVersion("3.12.5")] \ No newline at end of file +[assembly: AssemblyVersion("3.12.6")] +[assembly: AssemblyFileVersion("3.12.6")] \ No newline at end of file diff --git a/appveyor.yml b/appveyor.yml index f330d7a1..1d9e144a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ version: 'BSIPA-{branch}-{build}' environment: - bsipa_version: '3.12.5' + bsipa_version: '3.12.6' pull_requests: do_not_increment_build_number: true install: