diff --git a/manifest-beta.json b/manifest-beta.json index 7428c89..6da966a 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "slurp", "name": "Slurp", - "version": "0.1.11", + "version": "0.1.12", "minAppVersion": "0.15.0", "description": "Slurps webpages and saves them as clean, uncluttered Markdown.", "author": "inhumantsar", diff --git a/manifest.json b/manifest.json index 7428c89..6da966a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "slurp", "name": "Slurp", - "version": "0.1.11", + "version": "0.1.12", "minAppVersion": "0.15.0", "description": "Slurps webpages and saves them as clean, uncluttered Markdown.", "author": "inhumantsar", diff --git a/package.json b/package.json index 2eafc11..388762b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "slurp", - "version": "0.1.11", + "version": "0.1.12", "description": "Slurps webpages and saves them as clean, uncluttered Markdown.", "main": "main.js", "scripts": { @@ -53,4 +53,4 @@ "obsidian-file-suggestion-component": "^1.0.0", "yaml": "^2.4.1" } -} +} \ No newline at end of file diff --git a/versions.json b/versions.json index b5e9694..356cda3 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "0.1.0": "0.15.0", "0.1.10": "0.15.0", - "0.1.11": "0.15.0" + "0.1.11": "0.15.0", + "0.1.12": "0.15.0" } \ No newline at end of file