Skip to content

Commit

Permalink
#580 - Update version to v0.19.7
Browse files Browse the repository at this point in the history
  • Loading branch information
johanjanssens committed Mar 10, 2021
1 parent 6dfe0a6 commit 0d15bf7
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.19.6" method="upgrade">
<extension type="component" version="0.19.7" 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.19.6</version>
<version>0.19.7</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.19.6';
const VERSION = '0.19.7';

public function getVersion()
{
Expand Down

0 comments on commit 0d15bf7

Please sign in to comment.