We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c579bc4 commit 809f035Copy full SHA for 809f035
SteamP2PInfo/VersionCheck.cs
@@ -14,7 +14,7 @@ namespace SteamP2PInfo
14
{
15
static class VersionCheck
16
17
- public static readonly string CurrentVersion = "V1.0.4";
+ public static readonly string CurrentVersion = "V1.0.5";
18
public static JObject LatestRelease { get; private set; }
19
20
public static bool FetchLatest()
0 commit comments