From 300ba5a818192ee67274fdecc8b0107a314559a3 Mon Sep 17 00:00:00 2001 From: Irfan Maulana Date: Tue, 1 Dec 2020 11:35:53 +0700 Subject: [PATCH] release: 1.9.1 --- package.json | 2 +- packages/demo/package.json | 2 +- packages/lib/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e0c59f4..df13aa6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vue-google-adsense", "description": "Vue.js Google Adsense Component with InFeed and InArticle Ads support", - "version": "1.9.0", + "version": "1.9.1", "author": "Irfan Maulana ", "license": "MIT", "private": false, diff --git a/packages/demo/package.json b/packages/demo/package.json index 6e9f973..4978e8a 100644 --- a/packages/demo/package.json +++ b/packages/demo/package.json @@ -1,6 +1,6 @@ { "name": "demo", - "version": "1.9.0", + "version": "1.9.1", "description": "Vue.js Google Adsense Component with InFeed and InArticle Ads support", "author": "Irfan Maulana (https://github.com/mazipan/)", "scripts": { diff --git a/packages/lib/package.json b/packages/lib/package.json index ff280db..19bda0b 100644 --- a/packages/lib/package.json +++ b/packages/lib/package.json @@ -1,7 +1,7 @@ { "name": "vue-google-adsense", "description": "Vue.js Google Adsense Component with InFeed and InArticle Ads support", - "version": "1.9.0", + "version": "1.9.1", "license": "MIT", "author": "Irfan Maulana (https://github.com/mazipan/)", "homepage": "https://mazipan.github.io/vue-google-adsense/",