Skip to content

Commit

Permalink
feat(package): bump to 1.0.4 (#905)
Browse files Browse the repository at this point in the history
Fixes #894
  • Loading branch information
rxri authored Feb 18, 2025
1 parent 067ed1b commit 9f496db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "marketplace",
"version": "1.0.3",
"version": "1.0.4",
"homepage": "https://github.com/spicetify/marketplace",
"repository": "github:spicetify/marketplace",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const CUSTOM_APP_PATH = "/marketplace";
// Used in Card.tsx
export const MAX_TAGS = 4;

export const SNIPPETS_PAGE_URL = "https://github.com/spicetify/marketplace/blob/main/src/resources/snippets.ts";
export const SNIPPETS_PAGE_URL = "https://github.com/spicetify/marketplace/blob/main/resources/snippets.json";

export const SNIPPETS_URL = "https://raw.githubusercontent.com/spicetify/marketplace/main/resources/snippets.json";

Expand Down

0 comments on commit 9f496db

Please sign in to comment.