From e7f92df2a34f3d99843539b9c036c3f4adfbfbab Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 26 Apr 2023 09:24:25 +0000 Subject: [PATCH] Align versions with v0.1.4 --- package.json | 2 +- public/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",