diff --git a/package-lock.json b/package-lock.json index 24b71e51..8d9c6004 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "v-network-graph", - "version": "0.0.7", + "version": "0.0.8", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.0.7", + "version": "0.0.8", "license": "MIT", "dependencies": { "mitt": "^3.0.0", diff --git a/package.json b/package.json index 0fc8fc1f..6178e7eb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "v-network-graph", "description": "An interactive network graph visualization component for Vue 3", - "version": "0.0.7", + "version": "0.0.8", "main": "./lib/index.umd.js", "module": "./lib/index.es.js", "types": "./lib/types/index.d.ts",