We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d80921d commit 4354543Copy full SHA for 4354543
1 file changed
GpdGui.cs
@@ -24,7 +24,7 @@ public class MainForm : Form
24
private TabControl mainTabControl;
25
private Config currentConfig;
26
private GpdDevice device;
27
- private const string CurrentAppVersion = "1.0.0";
+ private const string CurrentAppVersion = "2.0.1";
28
private const string ReleasesApiUrl = "https://api.github.com/repos/VIPPotato/Better-GPD-WinControls/releases/latest";
29
private const string ReleasesPageUrl = "https://github.com/VIPPotato/Better-GPD-WinControls/releases";
30
0 commit comments