From 8cede8d72442af1824aa566ca86fa16d2fcbe08c Mon Sep 17 00:00:00 2001 From: tommy gingras Date: Sat, 30 Nov 2024 14:34:03 -0500 Subject: [PATCH] bump 1.9.0 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 4fe5f8b..ae0e924 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "spotify-link", "name": "Spotify Link", - "version": "1.8.0", + "version": "1.9.0", "minAppVersion": "0.15.0", "description": "Include the song you're currently listening to in your note.", "author": "Studio Webux", diff --git a/package.json b/package.json index 5071893..540629b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spotify-link", - "version": "1.8.0", + "version": "1.9.0", "description": "Include the song you're currently listening to in your Obsidian (https://obsidian.md) note", "main": "main.js", "scripts": {