diff --git a/composer.json b/composer.json index b90b8fe..888a9a4 100755 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "johannschopplich/kirby-headless", "description": "Kirby, but headless only – KQL with bearer token, Express-esque middlewares & more", "type": "kirby-plugin", - "version": "2.3.5", + "version": "2.3.6", "keywords": [ "kirby", "headless" diff --git a/composer.lock b/composer.lock index 50d084c..7aabf63 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "c9b4b42b0cecb7b88c255fa41d7079ef", + "content-hash": "4dd195c31c6c6ab07332445ce2b0035e", "packages": [ { "name": "getkirby/composer-installer", diff --git a/package.json b/package.json index 7aad014..b40e4b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "2.3.5", + "version": "2.3.6", "scripts": { "release": "npx -y bumpp --all" }