From 4c9212b3146a091d5b75b447e895d7e123fea972 Mon Sep 17 00:00:00 2001 From: Fran Dios Date: Mon, 15 Feb 2021 18:56:24 +0900 Subject: [PATCH] chore: Bump 0.1.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6f4cbcc..4895650 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-use-stripe", - "version": "0.0.2", + "version": "0.1.0", "description": "Thin Vue 3 wrapper for Stripe.js", "main": "./dist/index.umd.js", "module": "./dist/index.esm.js", @@ -78,4 +78,4 @@ "vite": "^2.0.0-beta.69", "vue": "^3.0.0" } -} +} \ No newline at end of file