Skip to content

Commit

Permalink
#42 - Update version number to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johanjanssens committed Jan 8, 2019
1 parent b2ddce4 commit 7464889
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions code/administrator/components/com_pages/pages.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<identifier>com:pages</identifier>
<name>com_pages</name>
<author>Joomlatools</author>
<creationDate>September 2018</creationDate>
<creationDate>January 2019</creationDate>
<copyright>Copyright (C) 2018 Timble CVBA (http://www.timble.net)</copyright>
<license>GNU GPLv3 - http://www.gnu.org/licenses/gpl.html</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.joomlatools.com</authorUrl>
<version>0.3.0</version>
<version>0.4.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.3.0';
const VERSION = '0.4.0';

public function getVersion()
{
Expand Down

0 comments on commit 7464889

Please sign in to comment.