Skip to content

Commit

Permalink
SiraUtil 3 migration, BS 1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ckosmic committed Dec 14, 2021
1 parent 7a60d5f commit 1d7b49a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion IForgor/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class Plugin
public void Init(IPALogger logger, Zenjector zenject) {
Instance = this;
Log = logger;
zenject.OnGame<IFGameInstaller>(false).OnlyForStandard();
zenject.Install<IFGameInstaller>(Location.StandardPlayer);
}
}
}
4 changes: 2 additions & 2 deletions IForgor/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.0")]
[assembly: AssemblyFileVersion("1.1.0")]
[assembly: AssemblyVersion("1.1.1")]
[assembly: AssemblyFileVersion("1.1.1")]
8 changes: 4 additions & 4 deletions IForgor/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"id": "I Forgor",
"name": "IForgor",
"author": "ckosmic",
"version": "1.1.0",
"version": "1.1.1",
"description": "A mod that displays the last notes and saber angles before you paused in the pause menu.",
"gameVersion": "1.18.0",
"gameVersion": "1.19.0",
"dependsOn": {
"BSIPA": "^4.2.0",
"BeatSaberMarkupLanguage": "^1.5.9",
"SiraUtil": "^2.5.8"
"BeatSaberMarkupLanguage": "^1.6.0",
"SiraUtil": "^3.0.0"
},
"links": {
"project-source": "https://github.com/ckosmic/IForgor"
Expand Down

0 comments on commit 1d7b49a

Please sign in to comment.