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 a121458 commit 868320aCopy full SHA for 868320a
.github/FUNDING.yml
@@ -1,6 +1,6 @@
1
# These are supported funding model platforms
2
3
-github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
+github: IridiumIO
4
patreon: # Replace with a single Patreon username
5
open_collective: # Replace with a single Open Collective username
6
ko_fi: IridiumIO
CompactGUI/Models/UpdateHandler.vb
@@ -2,7 +2,7 @@
Imports System.Text.Json
Public Class UpdateHandler
- Public Shared CurrentVersion As New SemVersion(3, 0, 2)
+ Public Shared CurrentVersion As New SemVersion(3, 0, 3)
Public Shared NewVersion As SemVersion
7
Shared UpdateURL As String = "https://raw.githubusercontent.com/IridiumIO/CompactGUI/database/version.json"
8
0 commit comments