From 14d3b6960596d36f796dd20bc521a42a401f8cc3 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 10 Jun 2019 02:38:29 +0200 Subject: [PATCH] Release 0.7.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1c379c2..952b754 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.0", + "version": "0.7.1", "author": "Matthias Kretschmann ", "scripts": { "build": "babel src --out-dir . --ignore __tests__",