We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e24c529 commit d7cf0f4Copy full SHA for d7cf0f4
2 files changed
FyneApp.toml
@@ -1,8 +1,8 @@
1
Website = "https://github.com/Licoy/fetch-github-hosts"
2
3
[Details]
4
- Icon = "logo.png"
+ Icon = "assets/public/logo.png"
5
Name = "Fetch-Github-Hosts"
6
ID = "com.github.licoy.fetch-github-hosts"
7
- Version = "2.3"
+ Version = "2.4"
8
Build = 58
util.go
@@ -14,7 +14,7 @@ import (
14
)
15
16
const (
17
- VERSION = 2.3
+ VERSION = 2.4
18
19
20
var (
0 commit comments