From 929579222469de7460702774cf55506b16d9b7a6 Mon Sep 17 00:00:00 2001 From: Georges KABBOUCHI Date: Mon, 17 Oct 2022 15:57:05 +0300 Subject: [PATCH] fix --- nuxt/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nuxt/package.json b/nuxt/package.json index b49facd..84245cc 100644 --- a/nuxt/package.json +++ b/nuxt/package.json @@ -1,6 +1,6 @@ { "name": "@instadapp/vue-web3-nuxt", - "version": "0.9.6", + "version": "0.9.7", "license": "MIT", "type": "module", "exports": { diff --git a/package.json b/package.json index e0604f2..f055f0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@instadapp/vue-web3", - "version": "0.9.6", + "version": "0.9.7", "description": "Vue web3 composition api", "license": "MIT", "main": "index.js",