Skip to content

Commit

Permalink
Potential fix for #5
Browse files Browse the repository at this point in the history
  • Loading branch information
T0biasCZe committed Jan 18, 2024
1 parent 5234b68 commit cc18b19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Discord WMP/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ public partial class Form1 : Form {
//public static string version = "2.0";
//public static string commit = "0c0b602"; //this value is always gonna be 1 commit behind in source code, because it is updated after commit

const string version = "v2.1";
const string date = "19.12.23";
const string version = "v2.2";
const string date = "18.1.24";
string versionn = $"{Discord_WMP.Properties.Resources.CurrentCommit.Trim()} {version} {date}";

public static string url = "https://github.com/T0biasCZe/Windows-Media-Player-Discord-RPC/";
Expand Down

0 comments on commit cc18b19

Please sign in to comment.