From 661ba0c7783460a538eca74bb056187e56abbe90 Mon Sep 17 00:00:00 2001 From: Adam Lukacovic Date: Fri, 22 Nov 2024 21:18:28 +0100 Subject: [PATCH] Release 0.7.0 --- manifest.json | 4 ++-- package-lock.json | 4 ++-- package.json | 4 ++-- versions.json | 3 ++- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index 8fc3070..b999ce9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "obsidian-read-it-later", "name": "ReadItLater", - "version": "0.6.0", + "version": "0.7.0", "minAppVersion": "1.6.2", "description": "Saves the clipboard to a new note.", "author": "Dominik Pieper", "authorUrl": "https://github.com/DominikPieper", "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index a8ca7e8..5d6398f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-ReadItLater", - "version": "0.6.0", + "version": "0.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-ReadItLater", - "version": "0.6.0", + "version": "0.7.0", "license": "MIT", "dependencies": { "@guyplusplus/turndown-plugin-gfm": "^1.0.7", diff --git a/package.json b/package.json index fa048f6..6ad9bc2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-ReadItLater", - "version": "0.6.0", + "version": "0.7.0", "description": "Plugin for Obsidian to collect interesting information from your clipboard into your vault", "main": "main.js", "scripts": { @@ -38,4 +38,4 @@ "spark-md5": "^3.0.2", "turndown": "^7.2.0" } -} +} \ No newline at end of file diff --git a/versions.json b/versions.json index 2704af1..c1ab2cc 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "0.7.0": "1.6.2", "0.6.0": "1.6.2", "0.5.1": "1.6.2", "0.5.0": "1.6.2", @@ -26,4 +27,4 @@ "0.0.3": "0.9.12", "0.0.2": "0.9.12", "0.0.1": "0.9.12" -} +} \ No newline at end of file