Skip to content

Commit

Permalink
Tag 3.0 beta 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Babker committed May 31, 2017
1 parent 754242e commit a6b349a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function __construct($context, Registry $state = null, \JDatabaseDriver $
*
* @return array
*
* @since __DEPLOY_VERSION__
* @since 3.0.0
*/
public function getBranches()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class PullsHtmlView extends DefaultHtmlView
* Array containing the list of branches
*
* @var array
* @since __DEPLOY_VERSION__
* @since 3.0.0
*/
protected $branches = array();

Expand Down
4 changes: 2 additions & 2 deletions administrator/components/com_patchtester/patchtester.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<extension type="component" version="3.6" method="upgrade">
<name>com_patchtester</name>
<author>Joomla! Project</author>
<creationDate>04-February-2017</creationDate>
<creationDate>31-May-2017</creationDate>
<copyright>(C) 2011 - 2012 Ian MacLennan, (C) 2013 - 2017 Open Source Matters, Inc. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>https://www.joomla.org</authorUrl>
<version>3.0.0-beta3-dev</version>
<version>3.0.0-beta3</version>
<description>COM_PATCHTESTER_XML_DESCRIPTION</description>
<scriptfile>script.php</scriptfile>
<install>
Expand Down

0 comments on commit a6b349a

Please sign in to comment.