diff --git a/composer.json b/composer.json index 48a6cf8..2bf5f1d 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.1.0", + "version": "2.1.1", "keywords": [ "kirby", "headless" diff --git a/composer.lock b/composer.lock index d1cc925..d928e58 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": "b9cbef6b99d1aabe2456c8e5bd9b468d", + "content-hash": "45c9b9028065cf9e50c90fd3ec99dcb2", "packages": [ { "name": "getkirby/composer-installer", diff --git a/package.json b/package.json index 7fb38cd..37862e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "2.1.0", + "version": "2.1.1", "scripts": { "release": "npx -y bumpp --all" }