Skip to content

Commit

Permalink
Merge pull request #144 from ankush-maherwal/joomla-4
Browse files Browse the repository at this point in the history
Version bump up
  • Loading branch information
ankush-maherwal authored Oct 11, 2022
2 parents 787c47f + 2263d51 commit 41df3cc
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions build/version.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"com_api": {
"3.0.0": {
"3.0.2": {
"com_api": {
"version": "3.0.0",
"version": "3.0.2",
"repoUrl": "[email protected]:techjoomla/com_api.git",
"branch": "j4x"
}
Expand Down
4 changes: 2 additions & 2 deletions code/api.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<extension type="component" version="3.0" method="upgrade">
<name>com_api</name>
<creationDate>20th Sep 2022</creationDate>
<creationDate>11th Oct 2022</creationDate>
<copyright>Copyright (C) 2009 - 2019 Techjoomla. All rights reserved.</copyright>
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
<author>Techjoomla</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>https://techjoomla.com</authorUrl>
<version>3.0.1</version>
<version>3.0.2</version>
<description>Multi-purpose REST API framework for Joomla</description>
<install>
<!-- Runs on install -->
Expand Down
4 changes: 2 additions & 2 deletions code/plugins/authentication/tjapi/tjapi.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<author>Techjoomla</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>https://techjoomla.com</authorUrl>
<creationDate>20th Sep 2022</creationDate>
<creationDate>11th Oct 2022</creationDate>
<copyright>Copyright (C) 2009 - 2019 Techjoomla. All rights reserved.</copyright>
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
<version>3.0.1</version>
<version>3.0.2</version>

<files>
<filename plugin="tjapi">tjapi.php</filename>
Expand Down
4 changes: 2 additions & 2 deletions code/plugins/system/tjtokenlogin/tjtokenlogin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<author>Techjoomla</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>https://techjoomla.com</authorUrl>
<creationDate>20th Sep 2022</creationDate>
<creationDate>11th Oct 2022</creationDate>
<copyright>Copyright (C) 2009 - 2019 Techjoomla. All rights reserved.</copyright>
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
<version>3.0.1</version>
<version>3.0.2</version>

<files>
<filename plugin="tjtokenlogin">tjtokenlogin.php</filename>
Expand Down
2 changes: 1 addition & 1 deletion scripts/jenkins-pipelines/nightly.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// Get / Set release name
// TODO - remove hardcoded value
def apiVersion = '3.0.0' //env.getProperty("apiVersion")
def apiVersion = '3.0.2' //env.getProperty("apiVersion")
echo apiVersion

pipeline {
Expand Down

0 comments on commit 41df3cc

Please sign in to comment.