From 31cabd60afbf9da39bce3cbd9187ba203c8f6e93 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 13 Jun 2019 21:05:59 +0200 Subject: [PATCH] Release 0.7.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 952b754..de73d5e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-matomo", "description": "Gatsby plugin to add Matomo (formerly Piwik) onto a site.", - "version": "0.7.1", + "version": "0.7.2", "author": "Matthias Kretschmann ", "scripts": { "build": "babel src --out-dir . --ignore __tests__",