Align versions with v0.1.2

This commit is contained in:
github-actions
2023-04-25 10:16:09 +00:00
parent 064c95b475
commit 56945683a7
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "diff-viewer-extension", "name": "diff-viewer-extension",
"version": "0.1.1", "version": "0.1.2",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@craco/craco": "^7.0.0", "@craco/craco": "^7.0.0",

View File

@ -1,7 +1,7 @@
{ {
"name": "KittyCAD Diff Viewer", "name": "KittyCAD Diff Viewer",
"description": "KittyCAD Diff Viewer Chrome Extension", "description": "KittyCAD Diff Viewer Chrome Extension",
"version": "0.1.1", "version": "0.1.2",
"manifest_version": 3, "manifest_version": 3,
"action": { "action": {
"default_popup": "index.html", "default_popup": "index.html",