From 56945683a705e4aa4b9c69aff5acc386ac9b5f56 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 25 Apr 2023 10:16:09 +0000 Subject: [PATCH] Align versions with v0.1.2 --- package.json | 2 +- public/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 225ecde..5d2510a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "diff-viewer-extension", - "version": "0.1.1", + "version": "0.1.2", "private": true, "dependencies": { "@craco/craco": "^7.0.0", diff --git a/public/manifest.json b/public/manifest.json index 0bfd2f6..012d56f 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.1", + "version": "0.1.2", "manifest_version": 3, "action": { "default_popup": "index.html",