From 8c84d45dcbd5f757e96831a51b65f31013b4ce3a Mon Sep 17 00:00:00 2001 From: dash14 Date: Mon, 23 Aug 2021 00:42:24 +0900 Subject: [PATCH] 0.0.8 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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",