From 0f6fed27f7d3aed95f6398bc644af17d4d221158 Mon Sep 17 00:00:00 2001 From: Shaun Martin Date: Sat, 8 Jun 2024 10:29:51 -0500 Subject: [PATCH] release: 0.1.12 - fix: strip hash marks from file names (#20) - fix: clean and dedupe tags (#23 #27) - fix: ensure slurpedTime is formatted with its settings template (#33) --- manifest-beta.json | 2 +- manifest.json | 2 +- package.json | 4 ++-- versions.json | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) 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