Skip to content

Commit

Permalink
#140 - Update version to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johanjanssens committed Jun 20, 2019
1 parent 10caf0d commit 352c282
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
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<extension type="component" version="0.10.1" method="upgrade">
<extension type="component" version="0.11.0" method="upgrade">
<identifier>com:pages</identifier>
<name>com_pages</name>
<author>Joomlatools</author>
Expand All @@ -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.10.1</version>
<version>0.11.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.10.1';
const VERSION = '0.11.0';

public function getVersion()
{
Expand Down

0 comments on commit 352c282

Please sign in to comment.