From 195c36fdcd619ff64c3591a4cef720a301553966 Mon Sep 17 00:00:00 2001 From: Davide Porrovecchio Date: Thu, 7 Nov 2024 15:15:05 +0100 Subject: [PATCH] Update plugin version --- plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.json b/plugin.json index 52e0efe..acd4727 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "name": "RestrictAnonymousAccess", "description": "Restrict the access of the anonymous user to a specified list of requests", - "version": "0.2.0", + "version": "0.5.0", "theme": false, "require": { "piwik": ">=3.13.0-stable,<5.0.0-b1"