Skip to content

Commit

Permalink
fix bump commit
Browse files Browse the repository at this point in the history
  • Loading branch information
trembon committed Oct 15, 2024
1 parent c077d1f commit 39aa0cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/bundler.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"icon_path_linux": "resources/icon.png",
"icon_path_windows": "resources/icon.ico",
"environments": [
{"arch": "amd64","os": "darwin"},
{"arch": "amd64", "os": "linux"},
{"arch": "amd64", "os": "windows"}
]
}
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.8.0"
SLM_VERSION = "1.9.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

0 comments on commit 39aa0cc

Please sign in to comment.