From d005bc4f7cc7ec049715003909adfc644e8b6b70 Mon Sep 17 00:00:00 2001 From: Timo Schneider Date: Mon, 14 Nov 2022 21:28:48 +0100 Subject: [PATCH] Update composer.json Increate version number. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0ccd6ae..b386c48 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "schnti/cachebuster", - "version": "1.0.2", + "version": "1.0.3", "type": "kirby-plugin", "description": "A plugin for Kirby 3 CMS to add modification timestamps to css and js files", "homepage": "https://github.com/schnti/kirby3-cachebuster",