From d4cf477b23188ba08293c451f04d9446a971d4b9 Mon Sep 17 00:00:00 2001 From: Southpaw Date: Fri, 23 Jun 2023 13:03:04 +0100 Subject: [PATCH] Fix manifest version --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 7581126..217b71e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "send-to-ghost", "name": "Send to Ghost", - "version": "1.0", + "version": "1.0.0", "minAppVersion": "0.12.0", "description": "Send and publish notes to your Ghost blog with a single click", "author": "Southpaw1496",