Skip to content
This repository has been archived by the owner on Sep 30, 2019. It is now read-only.

Commit

Permalink
Forgot to include discord-rpc.dll, which is required for the plugin t…
Browse files Browse the repository at this point in the history
…o function.
  • Loading branch information
PeturDarri committed Aug 20, 2018
1 parent eb202f6 commit 50fa32a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BeatSaberDiscordPresence/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public string Name

public string Version
{
get { return "v2.0.1"; }
get { return "v2.0.2"; }
}

public void OnApplicationStart()
Expand Down
4 changes: 2 additions & 2 deletions BeatSaberDiscordPresence/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("2.0.1.0")]
[assembly: AssemblyFileVersion("2.0.1.0")]
[assembly: AssemblyVersion("2.0.2.0")]
[assembly: AssemblyFileVersion("2.0.2.0")]

0 comments on commit 50fa32a

Please sign in to comment.