From a476f3b9391154ad6d4d6629692768b16b591d62 Mon Sep 17 00:00:00 2001 From: Kasun Vithanage Date: Sun, 30 Oct 2022 12:30:46 +0530 Subject: [PATCH] chore: bump v1.2.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index dc37231..3d3bd29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue3-google-signin", - "version": "1.1.0", + "version": "1.2.0", "description": "Google Sign-in for Vue3 with Google Identity Service", "license": "MIT", "author": { @@ -80,4 +80,4 @@ "vue": "^3.2.33", "vue-tsc": "^0.34.17" } -} \ No newline at end of file +}