Skip to content

Commit 52ab7dd

Browse files
build version 2.0.0-alpha.13
1 parent f52b6cc commit 52ab7dd

File tree

14 files changed

+24
-24
lines changed

14 files changed

+24
-24
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0-alpha.12
1+
2.0.0-alpha.13

automad/dist/admin/main.bundle.css

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

automad/dist/admin/main.bundle.js

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

automad/dist/blocks/main.bundle.css

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

automad/dist/blocks/main.bundle.js

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

automad/dist/inpage/main.bundle.css

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

automad/dist/inpage/main.bundle.js

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

automad/dist/mail/main.bundle.css

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

automad/dist/mail/main.bundle.js

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

automad/dist/prism/main.bundle.css

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

automad/dist/prism/main.bundle.js

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

automad/src/server/App.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
* @license MIT license - https://automad.org/license
5757
*/
5858
class App {
59-
const VERSION = '2.0.0-alpha.12';
59+
const VERSION = '2.0.0-alpha.13';
6060

6161
/**
6262
* Required PHP version.

lib/vendor/composer/installed.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php return array(
22
'root' => array(
33
'name' => 'automad/lib',
4-
'pretty_version' => '2.0.0-alpha.12',
5-
'version' => '2.0.0.0-alpha12',
6-
'reference' => '810d7bc99b06e09e36412fec3ecf22ea8052614c',
4+
'pretty_version' => '2.0.0-alpha.13',
5+
'version' => '2.0.0.0-alpha13',
6+
'reference' => '53a594f06fbc7d169684399b9731a7f34b10a797',
77
'type' => 'library',
88
'install_path' => __DIR__ . '/../../',
99
'aliases' => array(),
@@ -22,9 +22,9 @@
2222
'dev_requirement' => false,
2323
),
2424
'automad/lib' => array(
25-
'pretty_version' => '2.0.0-alpha.12',
26-
'version' => '2.0.0.0-alpha12',
27-
'reference' => '810d7bc99b06e09e36412fec3ecf22ea8052614c',
25+
'pretty_version' => '2.0.0-alpha.13',
26+
'version' => '2.0.0.0-alpha13',
27+
'reference' => '53a594f06fbc7d169684399b9731a7f34b10a797',
2828
'type' => 'library',
2929
'install_path' => __DIR__ . '/../../',
3030
'aliases' => array(),

vendor/composer/installed.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
<?php return array(
22
'root' => array(
33
'name' => 'automad/automad',
4-
'pretty_version' => '2.0.0-alpha.12',
5-
'version' => '2.0.0.0-alpha12',
6-
'reference' => '810d7bc99b06e09e36412fec3ecf22ea8052614c',
4+
'pretty_version' => '2.0.0-alpha.13',
5+
'version' => '2.0.0.0-alpha13',
6+
'reference' => '53a594f06fbc7d169684399b9731a7f34b10a797',
77
'type' => 'project',
88
'install_path' => __DIR__ . '/../../',
99
'aliases' => array(),
1010
'dev' => true,
1111
),
1212
'versions' => array(
1313
'automad/automad' => array(
14-
'pretty_version' => '2.0.0-alpha.12',
15-
'version' => '2.0.0.0-alpha12',
16-
'reference' => '810d7bc99b06e09e36412fec3ecf22ea8052614c',
14+
'pretty_version' => '2.0.0-alpha.13',
15+
'version' => '2.0.0.0-alpha13',
16+
'reference' => '53a594f06fbc7d169684399b9731a7f34b10a797',
1717
'type' => 'project',
1818
'install_path' => __DIR__ . '/../../',
1919
'aliases' => array(),

0 commit comments

Comments
 (0)