diff --git a/README b/README
index 394829583..4a8017180 100644
--- a/README
+++ b/README
@@ -39,11 +39,8 @@ http://i2p-projekt.i2p/spec/proposals/118-i2pcontrol-api-2
https://geti2p.net/spec/proposals/118-i2pcontrol-api-2
-Pre-built binaries for itoopie version 0.3 (2015-03-02):
-Clearnet installer: https://github.com/robertfoss/itoopie.net/raw/master/files/itoopie-install.exe
-Clearnet SHA512: https://raw.githubusercontent.com/robertfoss/itoopie.net/master/files/itoopie-install.exe.sha512
-I2P installer: http://stats.i2p/i2p/plugins/others/itoopie-install.exe
-I2P SHA512: http://stats.i2p/i2p/plugins/others/itoopie-install.exe.sha512
+Pre-built binaries:
+http://stats.i2p/i2p/plugins/others/
Source: i2p.itoopie branch in git: https://github.com/i2p/i2p.itoopie
java -jar itoopie-install.exe to install on non-Windows.
diff --git a/build.xml b/build.xml
index 5e78b4554..346c55ce0 100644
--- a/build.xml
+++ b/build.xml
@@ -207,7 +207,7 @@
-
+
diff --git a/history.txt b/history.txt
index 7710ed02a..3d4d8dbf1 100644
--- a/history.txt
+++ b/history.txt
@@ -1,3 +1,8 @@
+0.0.5 - 2024-07-17
+***
+ * Translation updates
+
+
0.0.4 - 2022-02-18
***
* Build fixes
diff --git a/installer/installer.xml b/installer/installer.xml
index 9d75137db..46f6f04d2 100644
--- a/installer/installer.xml
+++ b/installer/installer.xml
@@ -2,7 +2,7 @@
itoopie
- 0.0.4
+ 0.0.5
http://itoopie.i2p
diff --git a/src/net/i2p/itoopie/ItoopieVersion.java b/src/net/i2p/itoopie/ItoopieVersion.java
index 5618fb63f..2ea061134 100644
--- a/src/net/i2p/itoopie/ItoopieVersion.java
+++ b/src/net/i2p/itoopie/ItoopieVersion.java
@@ -8,7 +8,7 @@ package net.i2p.itoopie;
public class ItoopieVersion {
/** Version of itoopie */
- public static final String VERSION = "0.0.4";
+ public static final String VERSION = "0.0.5";
/** Version of the I2PControl API implemented */
public static final int I2PCONTROL_API_VERSION = 1;