From 7ba8a4afa9bb1afe2029e695afa07e5a8d24e945 Mon Sep 17 00:00:00 2001 From: Shaun Martin Date: Sat, 11 May 2024 16:20:18 -0500 Subject: [PATCH] release: 0.1.11 - fix: refactor new note modal, add validation (#21) - fix: remove broken github link and useless log refresh button (#22) - fix: avoid saving settings if no changes are detected --- manifest-beta.json | 2 +- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/manifest-beta.json b/manifest-beta.json index b6076d1..7428c89 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "slurp", "name": "Slurp", - "version": "0.1.10", + "version": "0.1.11", "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 b6076d1..7428c89 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "slurp", "name": "Slurp", - "version": "0.1.10", + "version": "0.1.11", "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 a3a3fa3..4f05465 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "slurp", - "version": "0.1.10", + "version": "0.1.11", "description": "Slurps webpages and saves them as clean, uncluttered Markdown.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 96c0493..b5e9694 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "0.1.0": "0.15.0", - "0.1.10": "0.15.0" + "0.1.10": "0.15.0", + "0.1.11": "0.15.0" } \ No newline at end of file