Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Pespiri committed Dec 21, 2020
1 parent 74b2451 commit 1514332
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions CustomWalls/CustomWalls.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,9 @@
<HintPath>$(BeatSaberDir)\Plugins\BS_Utils.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Colors, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<Private>False</Private>
<Reference Include="Colors">
<HintPath>$(BeatSaberDir)\Beat Saber_Data\Managed\Colors.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
<Private>False</Private>
</Reference>
<Reference Include="HMLib">
<HintPath>$(BeatSaberDir)\Beat Saber_Data\Managed\HMLib.dll</HintPath>
Expand Down
4 changes: 2 additions & 2 deletions CustomWalls/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("1.5.0.0")]
[assembly: AssemblyFileVersion("1.5.0.0")]
[assembly: AssemblyVersion("1.5.1.0")]
[assembly: AssemblyFileVersion("1.5.1.0")]
2 changes: 1 addition & 1 deletion CustomWalls/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"gameVersion": "1.12.2",
"id": "CustomWalls",
"name": "CustomWalls",
"version": "1.5.0",
"version": "1.5.1",
"dependsOn": {
"BSIPA": "^4.1.3",
"BeatSaberMarkupLanguage": "^1.3.5",
Expand Down

0 comments on commit 1514332

Please sign in to comment.