Skip to content

Commit e19bf7a

Browse files
committed
Update for Beat Saber 1.16.1
1 parent f490e19 commit e19bf7a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

SongPlayHistory/SongPlayHistory.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<OutputType>Library</OutputType>
55
<TargetFramework>net472</TargetFramework>
66
<AssemblyName>SongPlayHistory</AssemblyName>
7-
<AssemblyVersion>1.5.2</AssemblyVersion>
7+
<AssemblyVersion>1.5.3</AssemblyVersion>
88
<LangVersion>8.0</LangVersion>
99
<AppendTargetFrameworkToOutputPath>False</AppendTargetFrameworkToOutputPath>
1010
<BeatSaberDir>$(ProjectDir)References</BeatSaberDir>

SongPlayHistory/manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"author": "peperoro",
33
"description": "A score tracker with simple in-game UI.",
4-
"gameVersion": "1.13.4",
4+
"gameVersion": "1.16.1",
55
"id": "SongPlayHistory",
66
"name": "SongPlayHistory",
7-
"version": "1.5.2",
7+
"version": "1.5.3",
88
"dependsOn": {
9-
"BSIPA": "^4.1.4",
10-
"BeatSaberMarkupLanguage": "^1.5.1",
11-
"BS Utils": "^1.8.0"
9+
"BSIPA": "^4.1.6",
10+
"BeatSaberMarkupLanguage": "^1.5.3",
11+
"BS Utils": "^1.10.0"
1212
},
1313
"links": {
1414
"project-home": "https://github.com/swift-kim/SongPlayHistory"

0 commit comments

Comments
 (0)