diff --git a/package-lock.json b/package-lock.json index 8d9c6004..f7efb876 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "v-network-graph", - "version": "0.0.8", + "version": "0.0.9", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.0.8", + "version": "0.0.9", "license": "MIT", "dependencies": { "mitt": "^3.0.0", diff --git a/package.json b/package.json index 6178e7eb..fecd4ade 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.8", + "version": "0.0.9", "main": "./lib/index.umd.js", "module": "./lib/index.es.js", "types": "./lib/types/index.d.ts",