Skip to content

Commit

Permalink
v1.9.15 bump
Browse files Browse the repository at this point in the history
Seems to still be fully compatible
  • Loading branch information
SabreML committed Mar 19, 2024
1 parent 9f16467 commit ff2034f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions MusicAnnouncements/modinfo.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"id": "sabreml.musicannouncements",
"name": "Music Announcements",
"version": "1.2.3",
"target_game_version": "v1.9.07",
"version": "1.2.4",
"target_game_version": "v1.9.15",
"authors": "SabreML",
"description": "Shows the name of the currently playing music track in-game.",
"tags": ["Cosmetics"]
Expand Down
2 changes: 1 addition & 1 deletion src/MusicAnnouncementsMod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

namespace MusicAnnouncements
{
[BepInPlugin("sabreml.musicannouncements", "MusicAnnouncements", "1.2.3")]
[BepInPlugin("sabreml.musicannouncements", "MusicAnnouncements", "1.2.4")]
public class MusicAnnouncementsMod : BaseUnityPlugin
{
// The current mod version. (Stored here as a variable so that I don't have to update it in as many places.)
Expand Down

0 comments on commit ff2034f

Please sign in to comment.