Skip to content

Commit

Permalink
reset to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
LadySolveig committed Feb 20, 2024
1 parent 1ba9d23 commit bd1f055
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 35 deletions.
2 changes: 1 addition & 1 deletion administrator/manifests/files/joomla.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<authorUrl>www.joomla.org</authorUrl>
<copyright>(C) 2019 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<version>5.1.0-alpha4</version>
<version>5.1.0-beta1-dev</version>
<creationDate>2024-02</creationDate>
<description>FILES_JOOMLA_XML_DESCRIPTION</description>

Expand Down
6 changes: 1 addition & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@
"type": "vcs",
"url": "https://github.com/joomla-backports/json-api-php.git",
"no-api": true
},
{
"type": "vcs",
"url": "git@github.com:joomla-framework/security-filter.git"
}
],
"autoload": {
Expand All @@ -57,7 +53,7 @@
"joomla/database": "~3.0",
"joomla/di": "~3.0",
"joomla/event": "~3.0",
"joomla/filter": "dev-3.x-mbstring-issue566 as 3.0.1",
"joomla/filter": "~3.0",
"joomla/filesystem": "~3.0",
"joomla/http": "~3.0",
"joomla/input": "~3.0",
Expand Down
42 changes: 15 additions & 27 deletions composer.lock

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

4 changes: 2 additions & 2 deletions libraries/src/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@ final class Version
* @var string
* @since 3.8.0
*/
public const EXTRA_VERSION = 'alpha4';
public const EXTRA_VERSION = 'beta1-dev';

/**
* Development status.
*
* @var string
* @since 3.5
*/
public const DEV_STATUS = 'Alpha';
public const DEV_STATUS = 'Development';

/**
* Code name.
Expand Down

0 comments on commit bd1f055

Please sign in to comment.