Skip to content

Commit

Permalink
bump version to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trembon committed Apr 29, 2024
1 parent 7e904ff commit 26018b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/settings/settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version":"1.5.0"
"version":"1.6.0"
}

0 comments on commit 26018b1

Please sign in to comment.