diff --git a/src/settings/settings.go b/src/settings/settings.go index eb9cfdc..372a403 100644 --- a/src/settings/settings.go +++ b/src/settings/settings.go @@ -20,7 +20,7 @@ const ( SETTINGS_FILENAME = "settings.json" TITLE_JSON_FILENAME = "titles.json" VERSIONS_JSON_FILENAME = "versions.json" - SLM_VERSION = "1.5.0" + SLM_VERSION = "1.6.0" DEFAULT_TITLES_JSON_URL = "https://tinfoil.media/repo/db/titles.json" DEFAULT_VERSIONS_JSON_URL = "https://raw.githubusercontent.com/blawar/titledb/master/versions.json" SLM_VERSION_URL = "https://raw.githubusercontent.com/trembon/switch-library-manager/master/version.json" diff --git a/version.json b/version.json index 7c722fb..8b0603f 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version":"1.5.0" + "version":"1.6.0" } \ No newline at end of file