Browse Source

Fixed a dum dum

embedded-manifest
DaNike 5 years ago
parent
commit
84a13a782d
3 changed files with 7 additions and 8 deletions
  1. +2
    -2
      IPA.Injector/Properties/AssemblyInfo.cs
  2. +3
    -4
      IPA.Loader/Loader/manifest.json
  3. +2
    -2
      IPA/Properties/AssemblyInfo.cs

+ 2
- 2
IPA.Injector/Properties/AssemblyInfo.cs View File

@ -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")]
[assembly: AssemblyVersion("3.12.1")]
[assembly: AssemblyFileVersion("3.12.1")]

+ 3
- 4
IPA.Loader/Loader/manifest.json View File

@ -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)"
]
}

+ 2
- 2
IPA/Properties/AssemblyInfo.cs View File

@ -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")]
[assembly: AssemblyVersion("3.12.1")]
[assembly: AssemblyFileVersion("3.12.1")]

Loading…
Cancel
Save