Skip to content

Commit

Permalink
Version bump 0.2.4:
Browse files Browse the repository at this point in the history
- Removed horizontal scrolling patch to avoid conflict with that same patch being part of BSML
  • Loading branch information
rithik-b committed Mar 19, 2021
1 parent 648fec7 commit 49a394c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 60 deletions.
56 changes: 0 additions & 56 deletions PlaylistManager/HarmonyPatches/TableView_GetVisibleCellsIdRange.cs

This file was deleted.

1 change: 0 additions & 1 deletion PlaylistManager/PlaylistManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@
<Compile Include="HarmonyPatches\LevelCollectionTableView_HandleDidSelectRowEvent.cs" />
<Compile Include="HarmonyPatches\LevelFilteringNavigationController_UpdateSecondChildControllerContent.cs" />
<Compile Include="HarmonyPatches\LevelListTableCellSetDataFromLevel.cs" />
<Compile Include="HarmonyPatches\TableView_GetVisibleCellsIdRange.cs" />
<Compile Include="Installers\PlaylistViewInstaller.cs" />
<Compile Include="Interfaces\ILevelCollectionUpdater.cs" />
<Compile Include="Interfaces\IPlaylistManagerModal.cs" />
Expand Down
4 changes: 2 additions & 2 deletions PlaylistManager/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// 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("0.2.3")]
[assembly: AssemblyFileVersion("0.2.3")]
[assembly: AssemblyVersion("0.2.4")]
[assembly: AssemblyFileVersion("0.2.4")]
2 changes: 1 addition & 1 deletion PlaylistManager/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "PlaylistManager",
"name": "PlaylistManager",
"author": "PixelBoom",
"version": "0.2.3",
"version": "0.2.4",
"description": "Load, Create, Edit and Download Songs of Playlists in Beat Saber.",
"gameVersion": "1.13.4",
"dependsOn": {
Expand Down

0 comments on commit 49a394c

Please sign in to comment.