diff --git a/composer.json b/composer.json index de714ff..ba33237 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": "1.7.0", + "version": "1.7.1", "keywords": [ "kirby", "headless" diff --git a/composer.lock b/composer.lock index bee356d..4d0aa96 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": "d9a2a98e329d3e691d151742772dedf3", + "content-hash": "c5531a9f84aaf7adf091cc164f620dc6", "packages": [ { "name": "getkirby/composer-installer", diff --git a/package.json b/package.json index 57e7b11..438910e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.7.0", + "version": "1.7.1", "scripts": { "release": "npx -y bumpp --all" }