Skip to content

Commit d7cf0f4

Browse files
committed
feat: release v2.4
1 parent e24c529 commit d7cf0f4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

FyneApp.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Website = "https://github.com/Licoy/fetch-github-hosts"
22

33
[Details]
4-
Icon = "logo.png"
4+
Icon = "assets/public/logo.png"
55
Name = "Fetch-Github-Hosts"
66
ID = "com.github.licoy.fetch-github-hosts"
7-
Version = "2.3"
7+
Version = "2.4"
88
Build = 58

util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
)
1515

1616
const (
17-
VERSION = 2.3
17+
VERSION = 2.4
1818
)
1919

2020
var (

0 commit comments

Comments
 (0)