Skip to content

Commit fcd7e2d

Browse files
committed
Bump version number to 3.4.4
1 parent 966a100 commit fcd7e2d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

code/libraries/joomlatools/library/koowa.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class Koowa
2727
*
2828
* @var string
2929
*/
30-
const VERSION = '3.4.3';
30+
const VERSION = '3.4.4';
3131

3232
/**
3333
* The root path

code/plugins/system/joomlatools/joomlatools.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<extension version="3.4.3" type="plugin" group="system" method="upgrade" overwrite="true">
2+
<extension version="3.0" type="plugin" group="system" method="upgrade" overwrite="true">
33
<name>plg_system_joomlatools</name>
44
<author>Joomlatools</author>
55
<creationDate>June 2020</creationDate>
66
<copyright>Copyright (C) 2017 Timble CVBA (http://www.timble.net)</copyright>
77
<license>GNU GPLv3 - http://www.gnu.org/licenses/gpl.html</license>
88
<authorEmail>[email protected]</authorEmail>
99
<authorUrl>www.joomlatools.com</authorUrl>
10-
<version>3.4.3</version>
10+
<version>3.4.4</version>
1111
<description />
1212

1313
<scriptfile>script.php</scriptfile>

0 commit comments

Comments
 (0)