Skip to content

Commit

Permalink
Version bump, 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zingabopp committed Mar 27, 2020
1 parent 1e78fa5 commit b1035c9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions BailOutMode/BailOutMode.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,15 @@
<HintPath>$(BeatSaberDir)\Libs\0Harmony.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="BSML, Version=1.1.5.0, Culture=neutral, processorArchitecture=MSIL">
<Private>False</Private>
<Reference Include="BSML">
<HintPath>$(BeatSaberDir)\Plugins\BSML.dll</HintPath>
<Private>False</Private>
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="BS_Utils">
<Reference Include="BS_Utils, Version=1.4.4.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>$(BeatSaberDir)\Plugins\BS_Utils.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="HMLib, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<Private>False</Private>
Expand Down
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.6.0")]
[assembly: AssemblyVersion("1.7.0")]
2 changes: 1 addition & 1 deletion BailOutMode/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "BailOutMode",
"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.6.0",
"version": "1.7.0",
"gameVersion": "1.8.0",
"dependsOn": {
"BS Utils": "^1.4.4",
Expand Down

0 comments on commit b1035c9

Please sign in to comment.