diff --git a/composer.json b/composer.json index 10b97ba..7f10059 100755 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Very minimal visitor analytics for your kirby3 website.", "homepage": "https://github.com/Daandelange/kirby3-simplestats", "type": "kirby-plugin", - "version": "0.6.2-beta", + "version": "0.6.3-beta", "license": "MIT", "authors": [ { diff --git a/package.json b/package.json index 12f2875..6a368b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "SimpleStats", - "version": "0.6.2-beta", + "version": "0.6.3-beta", "description": "Simple analytics for your kirby website.", "main": "index.js", "author": "Daan de Lange",