diff --git a/composer.json b/composer.json index 65c800e..79d1db9 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.4.1", + "version": "1.4.2", "keywords": [ "kirby", "headless" diff --git a/composer.lock b/composer.lock index ed0c44d..eac45fb 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": "bfea81d023e0eef46a970cc236184672", + "content-hash": "9fb8dd09e4752e92bd3a7b3290b4e5db", "packages": [ { "name": "getkirby/composer-installer", diff --git a/package.json b/package.json index b13e8b8..e1cafe8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.4.1", + "version": "1.4.2", "scripts": { "release": "npx -y bumpp --all" }