diff --git a/README.md b/README.md index 1da2ad3..714f903 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@
Obsidian.md Plugin to include the song you're currently listening to in your note.
+Obsidian.md Plugin to include the song or podcast you're currently listening to in your note.
Report Bug @@ -18,6 +18,7 @@ - **Spotify Account Integration**: Users can connect their Spotify accounts using the official Spotify API. This enables the plugin to access their **_current playing information_**. - **Song Insertion Shortcut**: With a simple snippet or shortcut, users can add the currently playing song from their Spotify account into the cursor position of their document. This feature simplifies the task of connecting music and creative thoughts. - **Custom Template**: Create your template to add the currently playing song in your notes. +- **Supports**: Songs and podcasts --- diff --git a/manifest.json b/manifest.json index ebcfdc2..716cb7a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "spotify-link", "name": "Spotify Link", - "version": "1.1.1", + "version": "1.2.0", "minAppVersion": "0.15.0", "description": "Include the song you're currently listening to in your note.", "author": "Studio Webux", diff --git a/package-lock.json b/package-lock.json index ff8e86d..4b885ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "spotify-link", - "version": "1.1.1", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "spotify-link", - "version": "1.1.1", + "version": "1.2.0", "license": "MIT", "devDependencies": { "@types/node": "^16.11.6", diff --git a/package.json b/package.json index 7adf6d1..e6ed75f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spotify-link", - "version": "1.1.1", + "version": "1.2.0", "description": "Include the song you're currently listening to in your Obsidian (https://obsidian.md) note", "main": "main.js", "scripts": {