diff --git a/manifest.json b/manifest.json index a06580b..8fc3070 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-read-it-later", "name": "ReadItLater", - "version": "0.5.1", + "version": "0.6.0", "minAppVersion": "1.6.2", "description": "Saves the clipboard to a new note.", "author": "Dominik Pieper", diff --git a/package-lock.json b/package-lock.json index 03d9353..a8ca7e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-ReadItLater", - "version": "0.5.1", + "version": "0.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-ReadItLater", - "version": "0.5.1", + "version": "0.6.0", "license": "MIT", "dependencies": { "@guyplusplus/turndown-plugin-gfm": "^1.0.7", diff --git a/package.json b/package.json index 1a1244e..fa048f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-ReadItLater", - "version": "0.5.1", + "version": "0.6.0", "description": "Plugin for Obsidian to collect interesting information from your clipboard into your vault", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index f6c0b1a..2704af1 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "0.6.0": "1.6.2", "0.5.1": "1.6.2", "0.5.0": "1.6.2", "0.4.0": "0.15.9",