Skip to content

Commit a93430f

Browse files
committed
Prepare release
1 parent 1255cd2 commit a93430f

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

build.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,20 +74,20 @@
7474
</fileset>
7575
</move>
7676
<delete dir="export"/>
77-
<zip destfile="Plib_XH-1.2.zip" basedir="dist" prefix="plib/"/>
77+
<zip destfile="Plib_XH-1.3.zip" basedir="dist" prefix="plib/"/>
7878
<delete dir="dist"/>
7979
</target>
8080

8181
<target name="build-patch" description="builds a distributable update package">
8282
<fail unless="patchee" message="patchee is not defined!"/>
83-
<unzip file="Plib_XH-1.2.zip" todir="current"/>
83+
<unzip file="Plib_XH-1.3.zip" todir="current"/>
8484
<unzip file="${patchee}" todir="patchee"/>
8585
<copy todir="dist">
8686
<fileset dir="current">
8787
<different targetdir="patchee" ignoreFileTimes="true"/>
8888
</fileset>
8989
</copy>
90-
<zip destfile="Plib_XH-1.2-update-from-1.x.zip" basedir="dist" includeemptydirs="false"/>
90+
<zip destfile="Plib_XH-1.3-update-from-1.x.zip" basedir="dist" includeemptydirs="false"/>
9191
<delete dir="patchee" quiet="true"/>
9292
<delete dir="current" quiet="true"/>
9393
<delete dir="dist" quiet="true"/>

teplad.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@
4545
<!-- the name of the Plugin -->
4646
<name type="plugin">Plib_XH</name>
4747
<!-- Date this xml-file was updated, yyyy.mm.dd -->
48-
<date_update>2025.03.16</date_update>
48+
<date_update>2025.03.21</date_update>
4949
<!-- version of Plugin -->
50-
<version>1.2</version>
50+
<version>1.3</version>
5151
<!-- date of publication, yyyy.mm.dd -->
52-
<date_version>2025.03.16</date_version>
52+
<date_version>2025.03.21</date_version>
5353
<!-- the name of the programmer -->
5454
<coder>Christoph M. Becker</coder>
5555
<!-- Categories must be written in lower case. More than one possible, separated by comma without spaces. -->
@@ -62,7 +62,7 @@
6262
<url>
6363
<!-- URL where you can download the plugin -->
6464
<!-- If there no Download-URL, enter this follows! - <download_url></download_url> -->
65-
<download_url>https://github.com/cmb69/plib_xh/releases/1.2</download_url>
65+
<download_url>https://github.com/cmb69/plib_xh/releases/1.3</download_url>
6666
<!-- URL of the programmer's website -->
6767
<!-- If there no Website, enter this follows! - <coder_url></coder_url> -->
6868
<coder_url>https://3-magi.net/</coder_url>

version.nfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Plib_XH,1.2,1.2,,,https://github.com/cmb69/plib_xh/releases/1.2,https://raw.githubusercontent.com/cmb69/plib_xh/main/version.nfo
1+
Plib_XH,1.3,1.3,,,https://github.com/cmb69/plib_xh/releases/1.3,https://raw.githubusercontent.com/cmb69/plib_xh/main/version.nfo

0 commit comments

Comments
 (0)