Skip to content

Commit ff989e9

Browse files
V3.0.1 release
1 parent 4a1ad7f commit ff989e9

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

code/api.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"?>
22
<extension type="component" version="3.0" method="upgrade">
33
<name>com_api</name>
4-
<creationDate>14th Sep 2022</creationDate>
4+
<creationDate>20th Sep 2022</creationDate>
55
<copyright>Copyright (C) 2009 - 2019 Techjoomla. All rights reserved.</copyright>
66
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
77
<author>Techjoomla</author>
88
<authorEmail>extensions@techjoomla.com</authorEmail>
99
<authorUrl>https://techjoomla.com</authorUrl>
10-
<version>3.0.0</version>
10+
<version>3.0.1</version>
1111
<description>Multi-purpose REST API framework for Joomla</description>
1212
<install>
1313
<!-- Runs on install -->

code/plugins/authentication/tjapi/tjapi.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<author>Techjoomla</author>
66
<authorEmail>extensions@techjoomla.com</authorEmail>
77
<authorUrl>https://techjoomla.com</authorUrl>
8-
<creationDate>14th Sep 2022</creationDate>
8+
<creationDate>20th Sep 2022</creationDate>
99
<copyright>Copyright (C) 2009 - 2019 Techjoomla. All rights reserved.</copyright>
1010
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
11-
<version>3.0.0</version>
11+
<version>3.0.1</version>
1212

1313
<files>
1414
<filename plugin="tjapi">tjapi.php</filename>

code/plugins/system/tjtokenlogin/tjtokenlogin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<author>Techjoomla</author>
66
<authorEmail>extensions@techjoomla.com</authorEmail>
77
<authorUrl>https://techjoomla.com</authorUrl>
8-
<creationDate>14th Sep 2022</creationDate>
8+
<creationDate>20th Sep 2022</creationDate>
99
<copyright>Copyright (C) 2009 - 2019 Techjoomla. All rights reserved.</copyright>
1010
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
11-
<version>3.0.0</version>
11+
<version>3.0.1</version>
1212

1313
<files>
1414
<filename plugin="tjtokenlogin">tjtokenlogin.php</filename>

0 commit comments

Comments
 (0)