Skip to content

Commit

Permalink
Update manifest file
Browse files Browse the repository at this point in the history
Signed-off-by: Roland Dalmulder <contact@rolandd.com>
  • Loading branch information
roland-d committed Aug 1, 2020
1 parent 13941c2 commit 1ca08d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Expand Up @@ -76,7 +76,7 @@ class PullModel extends AbstractModel
* The namespace mapper
*
* @var \JNamespacePsr4Map
* @since __DEPLOY_VERSION__
* @since 4.0.0
*/
protected $namespaceMapper;

Expand All @@ -86,7 +86,7 @@ class PullModel extends AbstractModel
* @param Registry $state The model state.
* @param \JDatabaseDriver $db The database adpater.
*
* @since __DEPLOY_VERSION__
* @since 4.0.0
*/
public function __construct(Registry $state = null, \JDatabaseDriver $db = null)
{
Expand Down
8 changes: 4 additions & 4 deletions manifest.xml
Expand Up @@ -39,13 +39,13 @@
<description>Joomla! CMS Patch Tester Component</description>
<element>com_patchtester</element>
<type>component</type>
<version>4.0.0-rc2</version>
<version>4.0.0-rc3</version>
<client>administrator</client>
<infourl title="Patch Tester Component">https://github.com/joomla-extensions/patchtester/releases/tag/4.0.0-rc2</infourl>
<infourl title="Patch Tester Component">https://github.com/joomla-extensions/patchtester/releases/tag/4.0.0-rc3</infourl>
<downloads>
<downloadurl type="full" format="zip">https://github.com/joomla-extensions/patchtester/releases/download/4.0.0-rc2/com_patchtester.zip</downloadurl>
<downloadurl type="full" format="zip">https://github.com/joomla-extensions/patchtester/releases/download/4.0.0-rc3/com_patchtester.zip</downloadurl>
</downloads>
<sha384>568b142e1e0571d4539ddc135f89ffddd051d67992efb58a1b73e0924aef87e96a9036920d23f4f93da157103782e333</sha384>
<sha384>d2a876349732653702200f1356a82485fe2d8b16d1d17180d97a3be3bc6caa5440f5c094ed19ab52d481d339a7cbbd8e</sha384>
<tags>
<tag>rc2</tag>
</tags>
Expand Down

0 comments on commit 1ca08d2

Please sign in to comment.