diff --git a/manifest-beta.json b/manifest-beta.json index 6da966a..fdeb8b3 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "slurp", "name": "Slurp", - "version": "0.1.12", + "version": "0.1.13", "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 6da966a..fdeb8b3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "slurp", "name": "Slurp", - "version": "0.1.12", + "version": "0.1.13", "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 cabdf6a..3a06c1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "slurp", - "version": "0.1.12", + "version": "0.1.13", "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 356cda3..5940a33 100644 --- a/versions.json +++ b/versions.json @@ -2,5 +2,6 @@ "0.1.0": "0.15.0", "0.1.10": "0.15.0", "0.1.11": "0.15.0", - "0.1.12": "0.15.0" + "0.1.12": "0.15.0", + "0.1.13": "0.15.0" } \ No newline at end of file