Skip to content

Commit

Permalink
Bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
b2z committed Feb 18, 2024
1 parent 70a8417 commit 77db9ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<property name="directory" value="build" />
<property name="prefix" value="plg_content" />
<property name="extension" value="jpjoomladownloads" />
<property name="version" value="2.0.0-dev" />
<property name="version" value="2.0.0" />
<target name="make-dev" description="Builds the extension release package for development testing.">
<echo msg="Deleting old development build." />
<delete quiet="yes">
Expand Down
6 changes: 3 additions & 3 deletions jpjoomladownloads.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<extension version="4.3" type="plugin" group="content" method="upgrade">
<extension version="4.4" type="plugin" group="content" method="upgrade">
<name>plg_content_jpjoomladownloads</name>
<author>Joomlaportal.ru Team</author>
<creationDate>29/10/2023</creationDate>
<creationDate>18/02/2024</creationDate>
<copyright>(C) 2013-2024 Joomlaportal.ru Team</copyright>
<license>GNU General Public License version 3 or later; see LICENSE</license>
<authorEmail>smart@joomlaportal.ru</authorEmail>
<authorUrl>http://joomlaportal.ru</authorUrl>
<version>2.0.0-dev</version>
<version>2.0.0</version>
<description>PLG_CONTENT_JPJOOMLADOWNLOADS_XML_DESCRIPTION</description>
<namespace path="src">Joomla\Plugin\Content\Jpjoomladownloads</namespace>
<files>
Expand Down

0 comments on commit 77db9ed

Please sign in to comment.