diff --git a/manifest.json b/manifest.json index 39a218f..6d0b2f9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,13 +1,13 @@ { - "id": "spotify-link", - "name": "Spotify Link", - "version": "1.6.0", - "minAppVersion": "0.15.0", - "description": "Include the song you're currently listening to in your note.", - "author": "Studio Webux", - "authorUrl": "https://studiowebux.com", - "isDesktopOnly": false, - "fundingUrl": { - "Buy Me a Coffee": "https://www.buymeacoffee.com/studiowebux" - } + "id": "spotify-link", + "name": "Spotify Link", + "version": "1.7.0", + "minAppVersion": "0.15.0", + "description": "Include the song you're currently listening to in your note.", + "author": "Studio Webux", + "authorUrl": "https://studiowebux.com", + "isDesktopOnly": false, + "fundingUrl": { + "Buy Me a Coffee": "https://www.buymeacoffee.com/studiowebux" + } } diff --git a/package.json b/package.json index 5d1b34f..6fef7d2 100644 --- a/package.json +++ b/package.json @@ -1,28 +1,28 @@ { - "name": "spotify-link", - "version": "1.6.0", - "description": "Include the song you're currently listening to in your Obsidian (https://obsidian.md) note", - "main": "main.js", - "scripts": { - "dev": "node esbuild.config.mjs", - "build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production", - "version": "node version-bump.mjs && git add manifest.json versions.json" - }, - "keywords": [ - "music", - "spotify", - "obsidian" - ], - "author": "Studio Webux", - "license": "MIT", - "devDependencies": { - "@types/node": "^16.11.6", - "@typescript-eslint/eslint-plugin": "5.29.0", - "@typescript-eslint/parser": "5.29.0", - "builtin-modules": "3.3.0", - "esbuild": "0.17.3", - "obsidian": "latest", - "tslib": "2.4.0", - "typescript": "4.7.4" - } + "name": "spotify-link", + "version": "1.7.0", + "description": "Include the song you're currently listening to in your Obsidian (https://obsidian.md) note", + "main": "main.js", + "scripts": { + "dev": "node esbuild.config.mjs", + "build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production", + "version": "node version-bump.mjs && git add manifest.json versions.json" + }, + "keywords": [ + "music", + "spotify", + "obsidian" + ], + "author": "Studio Webux", + "license": "MIT", + "devDependencies": { + "@types/node": "^16.11.6", + "@typescript-eslint/eslint-plugin": "5.29.0", + "@typescript-eslint/parser": "5.29.0", + "builtin-modules": "3.3.0", + "esbuild": "0.17.3", + "obsidian": "latest", + "tslib": "2.4.0", + "typescript": "4.7.4" + } }