From 4d159fcb3a595883dec64134383448a99d9fc382 Mon Sep 17 00:00:00 2001 From: tommy gingras Date: Mon, 25 Nov 2024 09:03:44 -0500 Subject: [PATCH] bump 1.8.0 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 6d0b2f9..4fe5f8b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "spotify-link", "name": "Spotify Link", - "version": "1.7.0", + "version": "1.8.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 6fef7d2..5071893 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spotify-link", - "version": "1.7.0", + "version": "1.8.0", "description": "Include the song you're currently listening to in your Obsidian (https://obsidian.md) note", "main": "main.js", "scripts": {