Skip to content

Commit

Permalink
Updated version number and composer stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianallgeier committed Dec 2, 2020
1 parent 2557f6c commit 086137b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "getkirby/cms",
"description": "The Kirby 3 core",
"version": "3.5.0-rc.2",
"version": "3.5.0-rc.3",
"license": "proprietary",
"keywords": ["kirby", "cms", "core"],
"homepage": "https://getkirby.com",
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.

8 changes: 4 additions & 4 deletions vendor/composer/InstalledVersions.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ class InstalledVersions
private static $installed = array (
'root' =>
array (
'pretty_version' => '3.5.0-rc.2',
'version' => '3.5.0.0-RC2',
'pretty_version' => '3.5.0-rc.3',
'version' => '3.5.0.0-RC3',
'aliases' =>
array (
),
Expand Down Expand Up @@ -44,8 +44,8 @@ class InstalledVersions
),
'getkirby/cms' =>
array (
'pretty_version' => '3.5.0-rc.2',
'version' => '3.5.0.0-RC2',
'pretty_version' => '3.5.0-rc.3',
'version' => '3.5.0.0-RC3',
'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.5.0-rc.2',
'version' => '3.5.0.0-RC2',
'pretty_version' => '3.5.0-rc.3',
'version' => '3.5.0.0-RC3',
'aliases' =>
array (
),
Expand Down Expand Up @@ -31,8 +31,8 @@
),
'getkirby/cms' =>
array (
'pretty_version' => '3.5.0-rc.2',
'version' => '3.5.0.0-RC2',
'pretty_version' => '3.5.0-rc.3',
'version' => '3.5.0.0-RC3',
'aliases' =>
array (
),
Expand Down

0 comments on commit 086137b

Please sign in to comment.