This commit is contained in:
zzz
2022-02-18 14:13:54 -05:00
parent d5b5e72839
commit ac845dd0f7
3 changed files with 3 additions and 3 deletions

View File

@ -207,7 +207,7 @@
</delete>
<!-- get version number -->
<buildnumber file="scripts/build.number" />
<property name="release.number" value="0.0.5" />
<property name="release.number" value="0.0.4" />
<!-- make the update xpi2p -->
<!-- this contains everything except i2ptunnel.config -->

View File

@ -1,4 +1,4 @@
0.0.4 - 2022-01-xx
0.0.4 - 2022-02-18
***
* Build fixes
* Support i2pcontrol HTTP Java console webapp at port 7657

View File

@ -8,7 +8,7 @@ package net.i2p.itoopie;
public class ItoopieVersion {
/** Version of itoopie */
public static final String VERSION = "0.0.4-beta5";
public static final String VERSION = "0.0.4";
/** Version of the I2PControl API implemented */
public static final int I2PCONTROL_API_VERSION = 1;