Bump to v0.6.0 (#324)

This commit is contained in:
Pierre Jacquier
2023-07-17 20:19:45 -04:00
committed by GitHub
parent 78a16cffc0
commit 9eba4b4da9
2 changed files with 2 additions and 2 deletions

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.5.0", "version": "0.6.0",
"manifest_version": 3, "manifest_version": 3,
"action": { "action": {
"default_popup": "index.html", "default_popup": "index.html",

View File

@ -1,6 +1,6 @@
{ {
"name": "diff-viewer-extension", "name": "diff-viewer-extension",
"version": "0.5.0", "version": "0.6.0",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@dicebear/avatars": "^4.10.8", "@dicebear/avatars": "^4.10.8",