Skip to content

Commit

Permalink
Version bump, 1.7.1. Rebuilt for Beat Saber 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zingabopp committed Aug 17, 2020
1 parent 5d79e7c commit d6c1212
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion BailOutMode/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
// 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.7.0")]
[assembly: AssemblyVersion("1.7.1")]
16 changes: 10 additions & 6 deletions BailOutMode/manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
{
"$schema": "https://github.com/nike4613/BSIPA-MetadataFileSchema/blob/master/Schema.json",
"$schema": "https://raw.githubusercontent.com/bsmg/BSIPA-MetadataFileSchema/master/Schema.json",
"name": "BailOutMode",
"author": "Zingabopp",
"id": "bailoutmode",
"description": "Allows you to continue playing songs without posting a score if you fail, but allows you to post scores if you don't.",
"version": "1.7.0",
"gameVersion": "1.8.0",
"version": "1.7.1",
"gameVersion": "1.11.0",
"dependsOn": {
"BS Utils": "^1.4.4",
"BeatSaberMarkupLanguage": "^1.2.0"
"BS Utils": "^1.4.11",
"BeatSaberMarkupLanguage": "^1.3.3"
},
"author": "Zingabopp"
"links": {
"project-source": "https://github.com/Zingabopp/OBSControl",
"donate": "https://ko-fi.com/zingabopp"
}
}

0 comments on commit d6c1212

Please sign in to comment.