Skip to content

Commit

Permalink
Minor target version fix
Browse files Browse the repository at this point in the history
Thanks CatJat for letting me know about this!
  • Loading branch information
SabreML committed Jan 28, 2023
1 parent 30d5a10 commit c7d90d6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 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.0",
"target_game_version": "1.9.02",
"version": "1.0.1",
"target_game_version": "v1.9.02",
"authors": "SabreML",
"description": "Shows the name of the currently playing music track in-game."
}
3 changes: 2 additions & 1 deletion MusicAnnouncementsMod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
using System.Text.RegularExpressions;
using UnityEngine;

#pragma warning disable CS0618
[assembly: SecurityPermission(SecurityAction.RequestMinimum, SkipVerification = true)]
namespace MusicAnnouncements
{
[BepInPlugin("sabreml.musicannouncements", "MusicAnnouncements", "1.0")]
[BepInPlugin("sabreml.musicannouncements", "MusicAnnouncements", "1.0.1")]
public class MusicAnnouncementsMod : BaseUnityPlugin
{
// The name of the song to announce.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ Music Announcements is a mod for Rain World which shows the name of the currentl
![20230127164421_1](https://user-images.githubusercontent.com/57483089/215154894-025ec59d-cba4-4b16-9833-f38c6c0dcef8.jpg)

## Compatibility:
This mod was designed for Rain World Remix/Downpour v1.9, but may work on earlier versions as well.
This mod was designed for Rain World Remix/Downpour, and most likely won't work on earlier versions.

0 comments on commit c7d90d6

Please sign in to comment.