Skip to content

Commit 2b7150c

Browse files
committed
chore: bump version number
1 parent 42d06c8 commit 2b7150c

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "kirby-plugin",
55
"license": "proprietary",
66
"homepage": "https://plugins.andkindness.com/dreamform",
7-
"version": "2.0.0-rc.2",
7+
"version": "2.0.0-rc.3",
88
"authors": [
99
{
1010
"name": "Tobias Möritz",

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/composer/autoload_classmap.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
'tobimori\\DreamForm\\Guards\\AkismetGuard' => $baseDir . '/classes/Guards/AkismetGuard.php',
4242
'tobimori\\DreamForm\\Guards\\CsrfGuard' => $baseDir . '/classes/Guards/CsrfGuard.php',
4343
'tobimori\\DreamForm\\Guards\\Guard' => $baseDir . '/classes/Guards/Guard.php',
44+
'tobimori\\DreamForm\\Guards\\HCaptchaGuard' => $baseDir . '/classes/Guards/HCaptchaGuard.php',
4445
'tobimori\\DreamForm\\Guards\\HoneypotGuard' => $baseDir . '/classes/Guards/HoneypotGuard.php',
4546
'tobimori\\DreamForm\\Guards\\LicenseGuard' => $baseDir . '/classes/Guards/LicenseGuard.php',
4647
'tobimori\\DreamForm\\Guards\\RatelimitGuard' => $baseDir . '/classes/Guards/RatelimitGuard.php',

vendor/composer/autoload_static.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ class ComposerStaticInit99ea25880654549400db6165b3f448d9
6464
'tobimori\\DreamForm\\Guards\\AkismetGuard' => __DIR__ . '/../..' . '/classes/Guards/AkismetGuard.php',
6565
'tobimori\\DreamForm\\Guards\\CsrfGuard' => __DIR__ . '/../..' . '/classes/Guards/CsrfGuard.php',
6666
'tobimori\\DreamForm\\Guards\\Guard' => __DIR__ . '/../..' . '/classes/Guards/Guard.php',
67+
'tobimori\\DreamForm\\Guards\\HCaptchaGuard' => __DIR__ . '/../..' . '/classes/Guards/HCaptchaGuard.php',
6768
'tobimori\\DreamForm\\Guards\\HoneypotGuard' => __DIR__ . '/../..' . '/classes/Guards/HoneypotGuard.php',
6869
'tobimori\\DreamForm\\Guards\\LicenseGuard' => __DIR__ . '/../..' . '/classes/Guards/LicenseGuard.php',
6970
'tobimori\\DreamForm\\Guards\\RatelimitGuard' => __DIR__ . '/../..' . '/classes/Guards/RatelimitGuard.php',

vendor/composer/installed.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
return array(
44
'root' => array(
55
'name' => 'tobimori/kirby-dreamform',
6-
'pretty_version' => '2.0.0-rc.2',
7-
'version' => '2.0.0.0-RC2',
6+
'pretty_version' => '2.0.0-rc.3',
7+
'version' => '2.0.0.0-RC3',
88
'reference' => null,
99
'type' => 'kirby-plugin',
1010
'install_path' => __DIR__ . '/../../',
@@ -22,8 +22,8 @@
2222
'dev_requirement' => false,
2323
),
2424
'tobimori/kirby-dreamform' => array(
25-
'pretty_version' => '2.0.0-rc.2',
26-
'version' => '2.0.0.0-RC2',
25+
'pretty_version' => '2.0.0-rc.3',
26+
'version' => '2.0.0.0-RC3',
2727
'reference' => null,
2828
'type' => 'kirby-plugin',
2929
'install_path' => __DIR__ . '/../../',

0 commit comments

Comments
 (0)