diff --git a/manifest.json b/manifest.json index 5cf8eee..615562f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-read-it-later", "name": "ReadItLater", - "version": "0.11.1", + "version": "0.11.2", "minAppVersion": "1.7.7", "description": "Save online content to your Vault, utilize embedded template engine and organize your reading list to your needs. Preserve the web with ReadItLater.", "author": "Dominik Pieper", diff --git a/package-lock.json b/package-lock.json index bbc6605..dc67a49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-ReadItLater", - "version": "0.11.1", + "version": "0.11.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-ReadItLater", - "version": "0.11.1", + "version": "0.11.2", "license": "MIT", "dependencies": { "@guyplusplus/turndown-plugin-gfm": "^1.0.7", diff --git a/package.json b/package.json index b764d1c..ca1a4dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-ReadItLater", - "version": "0.11.1", + "version": "0.11.2", "description": "Save online content to your Vault, utilize embedded template engine and organize your reading list to your needs. Preserve the web with ReadItLater.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index cf4d224..cadb591 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "0.11.2": "1.7.7", "0.11.1": "1.7.7", "0.11.0": "1.7.7", "0.10.1": "1.7.2",