Skip to content

Commit

Permalink
fuck beat saber modding i hate beat saber modding
Browse files Browse the repository at this point in the history
  • Loading branch information
Caeden117 committed Dec 22, 2021
1 parent 5cdfc09 commit 443fe52
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Counters+/Installers/CoreInstaller.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ private void BindConfig<T>(T settings) where T : ConfigModel
private void BindCustomCounter(CustomCounter counter, CustomConfigModel settings)
{
Container.Bind<ConfigModel>().WithId(counter.Name).To<CustomConfigModel>().FromInstance(settings).AsCached();
Container.Bind<ConfigModel>().To<CustomConfigModel>().FromInstance(settings).AsCached();
Container.BindInterfacesAndSelfTo<CustomConfigModel>().FromInstance(settings).WhenInjectedInto(counter.CounterType);
}

Expand Down
4 changes: 2 additions & 2 deletions Counters+/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,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("2.2.4")]
[assembly: AssemblyFileVersion("2.2.4")]
[assembly: AssemblyVersion("2.2.5")]
[assembly: AssemblyFileVersion("2.2.5")]
2 changes: 1 addition & 1 deletion Counters+/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "Counters+",
"name": "Counters+",
"author": "Caeden117",
"version": "2.2.4",
"version": "2.2.5",
"description": "A suite of enhancements for Beat Saber's UI.",
"icon": "CountersPlus.UI.Images.Logo.png",
"gameVersion": "1.19.0",
Expand Down

0 comments on commit 443fe52

Please sign in to comment.