From e45e742aa7acfe97396b2b56734226e00745b90b Mon Sep 17 00:00:00 2001 From: Pierre Jacquier Date: Mon, 3 Apr 2023 06:27:58 -0600 Subject: [PATCH] Align manifest version --- public/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/manifest.json b/public/manifest.json index e8d7b800..1a422c40 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,7 +1,7 @@ { "name": "KittyCAD Diff Viewer", "description": "KittyCAD Diff Viewer Chrome Extension", - "version": "0.1", + "version": "0.1.0", "manifest_version": 3, "action": { "default_popup": "index.html",