Fixed uninstaller icon.

Bumped version to 0.0.2.
This commit is contained in:
dev
2011-08-04 12:25:50 +00:00
parent d863cdbdd4
commit 51d3a3e404
3 changed files with 6 additions and 6 deletions

View File

@ -6,7 +6,7 @@
target="$INSTALL_PATH\itoopie.exe"
commandLine=""
workingDirectory="$INSTALL_PATH"
iconFile="$INSTALL_PATH\images\itoopie-128.ico"
iconFile="$INSTALL_PATH\icons\itoopie-128.ico"
initialState="noShow"
programGroup="yes"
startMenu="yes"
@ -18,7 +18,7 @@
startMenu="yes"
desktop="no"
startup="no"
target="java -jar "$INSTALL_PATH/Uninstaller/uninstaller.jar""
target="$INSTALL_PATH/Uninstaller/uninstaller.jar"
commandLine=""
iconFile="$INSTALL_PATH\icons\thrash-128.ico"
iconIndex="0"

View File

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

View File

@ -79,12 +79,12 @@ I'd like to thank Jan-Erik Fiske and Peter Sunde for actively helping privacy an
<figure style="width:450px; height:260px;">
<img src="images/itoopie-settings.png">
</figure>
<!--
<p>Version 0.0.2</p>
<tt> * Support for monitoring netdb status and initiating a reseed if needed.</tt><br>
<tt> * Added support for changing which IP addresses I2PControl accepts. 127.0.0.1 is default, 0.0.0.0 is an option.</tt><br>
<tt> * Improved looks by realigning components and adding gradients to panels.</tt><br>
-->
<tt> * Improved looks by realigning components and adding gradients to panels.</tt><br><br>
<p>Version 0.0.1</p>
<tt> * Added graphs.</tt><br>
<tt> * Added support for changing the port of I2PControl</tt>