Skip to content

Commit

Permalink
edited manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Alppuccino committed Aug 30, 2019
1 parent 6f7cdc6 commit 6ae9656
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Song Refresh Button BSIPA/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public void OnSceneLoaded(Scene scene, LoadSceneMode sceneMode)
CustomUI.MenuButton.MenuButtonUI.AddButton("Refresh Level Packs", "Refreshes level packs", delegate { SongCore.Loader.Instance.RefreshLevelPacks(); });
}
}

public void OnSceneUnloaded(Scene scene)
{

Expand Down
4 changes: 2 additions & 2 deletions Song Refresh Button BSIPA/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"$schema": "https://raw.githubusercontent.com/nike4613/ModSaber-MetadataFileSchema/master/Schema.json",
"author": "Alppuccino",
"description": "Adds a song refresh button in-game, meaning you don't have to take the HMD off to refresh your library.",
"gameVersion": "0.13.2",
"gameVersion": "1.3.0",
"id": null,
"name": "Song Refresh Button",
"version": "1.0.4",
"version": "1.1.0",
"features": []
}

0 comments on commit 6ae9656

Please sign in to comment.