diff --git a/package.json b/package.json index 605f47a..47e2c70 100644 --- a/package.json +++ b/package.json @@ -1,28 +1,28 @@ { - "name": "chorus", - "license": "MIT", - "private": true, - "type": "module", - "version": "1.23.3", - "scripts": { - "build": "rollup -c", - "watch": "rollup -c -w", - "prepare": "node .husky/install.mjs", - "format": "prettier --write ." - }, - "devDependencies": { - "husky": "9.0.11", - "lint-staged": "15.2.2", - "prettier": "3.2.5", - "rollup": "3.28.1", - "rollup-plugin-chrome-extension": "3.6.12" - }, - "lint-staged": { - "*.{js,jsx,json,css,md}": "prettier --write" - }, - "husky": { - "hooks": { - "pre-commit": "pnpm lint-staged" - } + "name": "chorus", + "license": "MIT", + "private": true, + "type": "module", + "version": "1.24.0", + "scripts": { + "build": "rollup -c", + "watch": "rollup -c -w", + "prepare": "node .husky/install.mjs", + "format": "prettier --write ." + }, + "devDependencies": { + "husky": "9.0.11", + "lint-staged": "15.2.2", + "prettier": "3.2.5", + "rollup": "3.28.1", + "rollup-plugin-chrome-extension": "3.6.12" + }, + "lint-staged": { + "*.{js,jsx,json,css,md}": "prettier --write" + }, + "husky": { + "hooks": { + "pre-commit": "pnpm lint-staged" } + } } diff --git a/src/manifest.chrome.json b/src/manifest.chrome.json index 42a555f..27f62a1 100644 --- a/src/manifest.chrome.json +++ b/src/manifest.chrome.json @@ -2,7 +2,7 @@ "short_name": "Chorus", "name": "Chorus - Spotify Enhancer", "description": "Enhance Spotify with controls to save favourite snips, auto-skip tracks, and set global and custom speed. More to come!", - "version": "1.23.3", + "version": "1.24.0", "manifest_version": 3, "author": "cdrani", "action": { diff --git a/src/manifest.firefox.json b/src/manifest.firefox.json index 2d0ef7d..af45b57 100644 --- a/src/manifest.firefox.json +++ b/src/manifest.firefox.json @@ -2,7 +2,7 @@ "short_name": "Chorus", "name": "Chorus - Spotify Enhancer", "description": "Enhance Spotify with controls to save favourite snips, auto-skip tracks, and set global and custom speed. More to come!", - "version": "1.23.3", + "version": "1.24.0", "manifest_version": 3, "author": "cdrani", "action": {