diff --git a/composer.json b/composer.json index e8c562f..a2191d3 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "tobimori/kirby-dreamform", "description": "Kirby DreamForm is an opiniated form builder plugin for Kirby CMS 4+ that makes forms work like magic", "type": "kirby-plugin", - "version": "1.4.1", + "version": "1.5.0-rc.1", "license": "proprietary", "homepage": "https://plugins.andkindness.com/dreamform", "authors": [ diff --git a/composer.lock b/composer.lock index 9943fab..1e31c6c 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": "3e0d1ca3991107f812307a53ab7a9d29", + "content-hash": "3212c2ab95e8ac5b75d2b331882cf6a5", "packages": [ { "name": "getkirby/composer-installer", @@ -57,12 +57,12 @@ "packages-dev": [], "aliases": [], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": {}, "prefer-stable": false, "prefer-lowest": false, "platform": { "php": ">=8.2.0" }, - "platform-dev": [], + "platform-dev": {}, "plugin-api-version": "2.6.0" } diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index f89bc9a..a757703 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -1,8 +1,8 @@ array( 'name' => 'tobimori/kirby-dreamform', - 'pretty_version' => '1.4.1', - 'version' => '1.4.1.0', + 'pretty_version' => '1.5.0-rc.1', + 'version' => '1.5.0.0-RC1', 'reference' => null, 'type' => 'kirby-plugin', 'install_path' => __DIR__ . '/../../', @@ -20,8 +20,8 @@ 'dev_requirement' => false, ), 'tobimori/kirby-dreamform' => array( - 'pretty_version' => '1.4.1', - 'version' => '1.4.1.0', + 'pretty_version' => '1.5.0-rc.1', + 'version' => '1.5.0.0-RC1', 'reference' => null, 'type' => 'kirby-plugin', 'install_path' => __DIR__ . '/../../',