Skip to content

Commit

Permalink
Bump release to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
b2z committed Apr 7, 2023
1 parent 41dda1e commit b6cfff7
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_radicalform" />
<property name="extension" value="newarticle" />
<property name="version" value="1.0.0" />
<property name="version" value="1.0.1" />
<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 newarticle.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<extension type="plugin" version="3.9" group="radicalform" method="upgrade">
<name>PLG_RADICALFORM_NEWARTICLE</name>
<creationDate>29/07/2020</creationDate>
<creationDate>07/04/2023</creationDate>
<author>Dmitry Rekun</author>
<authorEmail>d.rekuns@gmail.com</authorEmail>
<authorUrl>https://jpath.ru</authorUrl>
<copyright>(C) 2020 JPathRu. All rights reserved.</copyright>
<copyright>(C) 2020 - 2023 JPathRu. All rights reserved.</copyright>
<license>GNU General Public License version 3 or later; see LICENSE</license>
<version>1.0.0</version>
<version>1.0.1</version>
<description>PLG_RADICALFORM_NEWARTICLE_XML_DESCRIPTION</description>

<files>
Expand Down

0 comments on commit b6cfff7

Please sign in to comment.