Skip to content

Commit a28ee77

Browse files
committed
Update for Beat Saber 1.39.1
1 parent 47dffd4 commit a28ee77

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

SiraUtil/Installers/SiraInitializationInstaller.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
using SiraUtil.Web.SiraSync.Zenject;
88
using SiraUtil.Web.Zenject;
99
using SiraUtil.Zenject;
10-
using System;
1110
using Zenject;
1211

1312
namespace SiraUtil.Installers
@@ -63,7 +62,6 @@ public override void InstallBindings()
6362
// Bind any global services
6463
Container.BindInterfacesTo<FinishEventDispatcher>().AsSingle();
6564
Container.Bind<SubmissionDataContainer>().AsSingle();
66-
Container.Bind<Random>().AsSingle().IfNotBound();
6765
}
6866

6967
private void SiraLogCreated(InjectContext ctx, SiraLog siraLog)

SiraUtil/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"id": "SiraUtil",
44
"name": "SiraUtil",
55
"author": "Auros",
6-
"version": "3.1.13",
6+
"version": "3.1.14",
77
"icon": "SiraUtil.Resources.logo.png",
88
"description": "A powerful utility mod which provides more tools to Beat Saber modders.",
9-
"gameVersion": "1.37.4",
9+
"gameVersion": "1.39.1",
1010
"dependsOn": {
1111
"BSIPA": "^4.3.0"
1212
},

0 commit comments

Comments
 (0)