From efafb38d6752b7fe735abbe9485473adbff09177 Mon Sep 17 00:00:00 2001 From: Daan Date: Thu, 11 Nov 2021 12:23:11 +0100 Subject: [PATCH] VersionUp --- composer.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 8591c5a..91ac05a 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.4.3-beta", + "version": "0.4.4-beta", "license": "MIT", "authors": [ { diff --git a/package.json b/package.json index 534ec4c..15f5efa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "SimpleStats", - "version": "0.4.3-beta", + "version": "0.4.4-beta", "description": "Simple analytics for your kirby website.", "main": "index.js", "author": "Daan de Lange",