diff --git a/CHANGELOG.md b/CHANGELOG.md index b0d73827..8fbcbdf0 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v2.2.0 + +## What's Changed + +* Remote source now points to main branch to ensure latest icons are fetched + # v2.1.0 ## What's Changed diff --git a/build/VERSION b/build/VERSION index 50aea0e7..e3a4f193 100755 --- a/build/VERSION +++ b/build/VERSION @@ -1 +1 @@ -2.1.0 \ No newline at end of file +2.2.0 \ No newline at end of file diff --git a/build/main.go b/build/main.go index 9109043b..70747f3c 100755 --- a/build/main.go +++ b/build/main.go @@ -117,7 +117,7 @@ func loadConfig() *Config { return &Config{ Port: port, IconSource: iconSource, - JSDelivrURL: "https://cdn.jsdelivr.net/gh/selfhst/icons", + JSDelivrURL: "https://cdn.jsdelivr.net/gh/selfhst/icons@main", LocalPath: "/app/icons", StandardIconFormat: standardFormat, CacheTTL: time.Hour,