From 03473a2345c912b614d9faddd7f55f1104d66791 Mon Sep 17 00:00:00 2001 From: Pierre Jacquier Date: Fri, 14 Apr 2023 16:03:57 -0400 Subject: [PATCH] Bump version --- package.json | 2 +- public/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 500b1db5..82356547 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "diff-viewer-extension", - "version": "0.1.0", + "version": "0.1.1", "private": true, "dependencies": { "@craco/craco": "^7.0.0", diff --git a/public/manifest.json b/public/manifest.json index 1a422c40..8d85b6ef 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.0", + "version": "0.1.1", "manifest_version": 3, "action": { "default_popup": "index.html",