diff --git a/manifest.json b/manifest.json index 2cdf650..aa7adc4 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { "id": "obsidian-read-it-later", "name": "ReadItLater", - "version": "0.4.0", - "minAppVersion": "0.15.9", + "version": "0.5.0", + "minAppVersion": "1.6.2", "description": "Saves the clipboard to a new note.", "author": "Dominik Pieper", "authorUrl": "https://github.com/DominikPieper", diff --git a/package-lock.json b/package-lock.json index e094482..a9453c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-ReadItLater", - "version": "0.4.0", + "version": "0.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-ReadItLater", - "version": "0.4.0", + "version": "0.5.0", "license": "MIT", "dependencies": { "@guyplusplus/turndown-plugin-gfm": "^1.0.7", diff --git a/package.json b/package.json index 75a6008..4ed2549 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-ReadItLater", - "version": "0.4.0", + "version": "0.5.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 300d426..cd41ab3 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "0.5.0": "1.6.2", "0.4.0": "0.15.9", "0.3.1": "0.15.9", "0.3.0": "0.15.9",