diff --git a/package.json b/package.json index e14125c..1f1cae5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "diff-viewer-extension", - "version": "0.1.3", + "version": "0.1.4", "private": true, "dependencies": { "@craco/craco": "^7.0.0", diff --git a/public/manifest.json b/public/manifest.json index 7a150c1..827fd4d 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.3", + "version": "0.1.4", "manifest_version": 3, "action": { "default_popup": "index.html",