Skip to content

Commit

Permalink
build version 2.0.0-alpha.13
Browse files Browse the repository at this point in the history
  • Loading branch information
marcantondahmen committed Dec 13, 2024
1 parent f52b6cc commit 52ab7dd
Show file tree
Hide file tree
Showing 14 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0-alpha.12
2.0.0-alpha.13
2 changes: 1 addition & 1 deletion automad/dist/admin/main.bundle.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion automad/dist/admin/main.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion automad/dist/blocks/main.bundle.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion automad/dist/blocks/main.bundle.js

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

2 changes: 1 addition & 1 deletion automad/dist/inpage/main.bundle.css

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

2 changes: 1 addition & 1 deletion automad/dist/inpage/main.bundle.js

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

2 changes: 1 addition & 1 deletion automad/dist/mail/main.bundle.css

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

2 changes: 1 addition & 1 deletion automad/dist/mail/main.bundle.js

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

2 changes: 1 addition & 1 deletion automad/dist/prism/main.bundle.css

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

2 changes: 1 addition & 1 deletion automad/dist/prism/main.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion automad/src/server/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
* @license MIT license - https://automad.org/license
*/
class App {
const VERSION = '2.0.0-alpha.12';
const VERSION = '2.0.0-alpha.13';

/**
* Required PHP version.
Expand Down
12 changes: 6 additions & 6 deletions lib/vendor/composer/installed.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php return array(
'root' => array(
'name' => 'automad/lib',
'pretty_version' => '2.0.0-alpha.12',
'version' => '2.0.0.0-alpha12',
'reference' => '810d7bc99b06e09e36412fec3ecf22ea8052614c',
'pretty_version' => '2.0.0-alpha.13',
'version' => '2.0.0.0-alpha13',
'reference' => '53a594f06fbc7d169684399b9731a7f34b10a797',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand All @@ -22,9 +22,9 @@
'dev_requirement' => false,
),
'automad/lib' => array(
'pretty_version' => '2.0.0-alpha.12',
'version' => '2.0.0.0-alpha12',
'reference' => '810d7bc99b06e09e36412fec3ecf22ea8052614c',
'pretty_version' => '2.0.0-alpha.13',
'version' => '2.0.0.0-alpha13',
'reference' => '53a594f06fbc7d169684399b9731a7f34b10a797',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down
12 changes: 6 additions & 6 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<?php return array(
'root' => array(
'name' => 'automad/automad',
'pretty_version' => '2.0.0-alpha.12',
'version' => '2.0.0.0-alpha12',
'reference' => '810d7bc99b06e09e36412fec3ecf22ea8052614c',
'pretty_version' => '2.0.0-alpha.13',
'version' => '2.0.0.0-alpha13',
'reference' => '53a594f06fbc7d169684399b9731a7f34b10a797',
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev' => true,
),
'versions' => array(
'automad/automad' => array(
'pretty_version' => '2.0.0-alpha.12',
'version' => '2.0.0.0-alpha12',
'reference' => '810d7bc99b06e09e36412fec3ecf22ea8052614c',
'pretty_version' => '2.0.0-alpha.13',
'version' => '2.0.0.0-alpha13',
'reference' => '53a594f06fbc7d169684399b9731a7f34b10a797',
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down

0 comments on commit 52ab7dd

Please sign in to comment.