Skip to content

Commit

Permalink
#57 - Update version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johanjanssens committed Mar 1, 2019
1 parent 05967cd commit 47b5411
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/administrator/components/com_pages/pages.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<license>GNU GPLv3 - http://www.gnu.org/licenses/gpl.html</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.joomlatools.com</authorUrl>
<version>0.5.0</version>
<version>0.6.0</version>
<description>COM_PAGES_XML_DESCRIPTION</description>

<files folder="site/components/com_pages">
Expand Down
2 changes: 1 addition & 1 deletion code/administrator/components/com_pages/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/
class ComPagesVersion extends KObject
{
const VERSION = '0.5.0';
const VERSION = '0.6.0';

public function getVersion()
{
Expand Down

0 comments on commit 47b5411

Please sign in to comment.