Skip to content

Commit

Permalink
Add latest dist file
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianallgeier committed Nov 12, 2021
1 parent 5c6c9a6 commit c0c2285
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"core"
],
"homepage": "https://getkirby.com",
"version": "3.6.0-rc.4",
"version": "3.6.0-rc.5",
"license": "proprietary",
"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.

2 changes: 1 addition & 1 deletion panel/dist/css/style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion panel/dist/js/index.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions vendor/composer/InstalledVersions.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ class InstalledVersions
private static $installed = array (
'root' =>
array (
'pretty_version' => '3.6.0-rc.4',
'version' => '3.6.0.0-RC4',
'pretty_version' => '3.6.0-rc.5',
'version' => '3.6.0.0-RC5',
'aliases' =>
array (
),
Expand Down Expand Up @@ -57,8 +57,8 @@ class InstalledVersions
),
'getkirby/cms' =>
array (
'pretty_version' => '3.6.0-rc.4',
'version' => '3.6.0.0-RC4',
'pretty_version' => '3.6.0-rc.5',
'version' => '3.6.0.0-RC5',
'aliases' =>
array (
),
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 (
'pretty_version' => '3.6.0-rc.4',
'version' => '3.6.0.0-RC4',
'pretty_version' => '3.6.0-rc.5',
'version' => '3.6.0.0-RC5',
'aliases' =>
array (
),
Expand Down Expand Up @@ -31,8 +31,8 @@
),
'getkirby/cms' =>
array (
'pretty_version' => '3.6.0-rc.4',
'version' => '3.6.0.0-RC4',
'pretty_version' => '3.6.0-rc.5',
'version' => '3.6.0.0-RC5',
'aliases' =>
array (
),
Expand Down

0 comments on commit c0c2285

Please sign in to comment.