Skip to content

Commit 868320a

Browse files
committed
Increment version
1 parent a121458 commit 868320a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# These are supported funding model platforms
22

3-
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
3+
github: IridiumIO
44
patreon: # Replace with a single Patreon username
55
open_collective: # Replace with a single Open Collective username
66
ko_fi: IridiumIO

CompactGUI/Models/UpdateHandler.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Imports System.Text.Json
33
Public Class UpdateHandler
44

5-
Public Shared CurrentVersion As New SemVersion(3, 0, 2)
5+
Public Shared CurrentVersion As New SemVersion(3, 0, 3)
66
Public Shared NewVersion As SemVersion
77
Shared UpdateURL As String = "https://raw.githubusercontent.com/IridiumIO/CompactGUI/database/version.json"
88

0 commit comments

Comments
 (0)