Skip to content

Commit

Permalink
bump 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
studiowebux committed Mar 30, 2024
1 parent c10d7e4 commit 631ac9f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<h2>Obsidian.md - Spotify Plugin</h2>

<p>Obsidian.md Plugin to include the song you're currently listening to in your note.</p>
<p>Obsidian.md Plugin to include the song or podcast you're currently listening to in your note.</p>

<p align="center">
<a href="https://github.com/studiowebux/obsidian-spotify-link/issues">Report Bug</a>
Expand All @@ -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

---

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 631ac9f

Please sign in to comment.