diff --git a/slm.json b/slm.json deleted file mode 100644 index b911708..0000000 --- a/slm.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "version":"1.4.0" -} \ No newline at end of file diff --git a/src/settings/settings.go b/src/settings/settings.go index 023c78c..6096675 100644 --- a/src/settings/settings.go +++ b/src/settings/settings.go @@ -20,10 +20,10 @@ const ( SETTINGS_FILENAME = "settings.json" TITLE_JSON_FILENAME = "titles.json" VERSIONS_JSON_FILENAME = "versions.json" - SLM_VERSION = "1.4.0" + SLM_VERSION = "1.5.0" TITLES_JSON_URL = "https://tinfoil.media/repo/db/titles.json" VERSIONS_JSON_URL = "https://raw.githubusercontent.com/blawar/titledb/master/versions.json" - SLM_VERSION_URL = "https://raw.githubusercontent.com/giwty/switch-library-manager/master/slm.json" + SLM_VERSION_URL = "https://raw.githubusercontent.com/trembon/switch-library-manager/master/version.json" ) const ( diff --git a/version.json b/version.json new file mode 100644 index 0000000..7c722fb --- /dev/null +++ b/version.json @@ -0,0 +1,3 @@ +{ + "version":"1.5.0" +} \ No newline at end of file