Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
tobimori committed Jul 15, 2024
1 parent d1fc3f1 commit e003a1b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.4",
"version": "1.3.5",
"license": "proprietary",
"homepage": "https://plugins.andkindness.com/dreamform",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions vendor/composer/autoload_classmap.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,5 @@
'tobimori\\DreamForm\\Support\\Htmx' => $baseDir . '/classes/Support/Htmx.php',
'tobimori\\DreamForm\\Support\\License' => $baseDir . '/classes/Support/License.php',
'tobimori\\DreamForm\\Support\\Menu' => $baseDir . '/classes/Support/Menu.php',
'tobimori\\Dreamform\\Models\\SubmissionMetadata' => $baseDir . '/classes/Models/SubmissionMetadata.php',
);
1 change: 1 addition & 0 deletions vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ class ComposerStaticInit99ea25880654549400db6165b3f448d9
'tobimori\\DreamForm\\Support\\Htmx' => __DIR__ . '/../..' . '/classes/Support/Htmx.php',
'tobimori\\DreamForm\\Support\\License' => __DIR__ . '/../..' . '/classes/Support/License.php',
'tobimori\\DreamForm\\Support\\Menu' => __DIR__ . '/../..' . '/classes/Support/Menu.php',
'tobimori\\Dreamform\\Models\\SubmissionMetadata' => __DIR__ . '/../..' . '/classes/Models/SubmissionMetadata.php',
);

public static function getInitializer(ClassLoader $loader)
Expand Down
8 changes: 4 additions & 4 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php return array(
'root' => array(
'name' => 'tobimori/kirby-dreamform',
'pretty_version' => '1.3.4',
'version' => '1.3.4.0',
'pretty_version' => '1.3.5',
'version' => '1.3.5.0',
'reference' => null,
'type' => 'kirby-plugin',
'install_path' => __DIR__ . '/../../',
Expand All @@ -20,8 +20,8 @@
'dev_requirement' => false,
),
'tobimori/kirby-dreamform' => array(
'pretty_version' => '1.3.3',
'version' => '1.3.3.0',
'pretty_version' => '1.3.5',
'version' => '1.3.5.0',
'reference' => null,
'type' => 'kirby-plugin',
'install_path' => __DIR__ . '/../../',
Expand Down

0 comments on commit e003a1b

Please sign in to comment.