From 6566ad1510031abafd82613e71cc43a8a8145317 Mon Sep 17 00:00:00 2001 From: str4d Date: Wed, 3 May 2017 21:25:46 +0000 Subject: [PATCH] I2P-Bote 0.4.6 --- build.gradle | 2 +- core/src/main/java/i2p/bote/I2PBote.java | 2 +- history.txt | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 21a1d207..6c93d0f4 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ allprojects { } configure([project(':core'), project(':webapp')]) { - project.version = '0.4.5' + project.version = '0.4.6' project.afterEvaluate { jar { diff --git a/core/src/main/java/i2p/bote/I2PBote.java b/core/src/main/java/i2p/bote/I2PBote.java index a4b2d739..9a2bca1e 100644 --- a/core/src/main/java/i2p/bote/I2PBote.java +++ b/core/src/main/java/i2p/bote/I2PBote.java @@ -131,7 +131,7 @@ import i2p.bote.status.StatusListener; */ public class I2PBote implements NetworkStatusSource, EmailFolderManager, MailSender, PasswordVerifier { public static final int PROTOCOL_VERSION = 4; - private static final String APP_VERSION = "0.4.5"; + private static final String APP_VERSION = "0.4.6"; private static final int STARTUP_DELAY = 3; // the number of minutes to wait before connecting to I2P (this gives the router time to get ready) private static volatile I2PBote instance; diff --git a/history.txt b/history.txt index 243a66c2..23dde024 100644 --- a/history.txt +++ b/history.txt @@ -1,8 +1,9 @@ I2P-Bote Version History ------------------------ -0.4.6 +0.4.6 (Released on May 3, 2017) * Merged I2P-Bote and Bote Android codebases + * Migrate plugin to Jetty 9 * Dependency upgrades 0.4.5 (Released on Jan 20, 2017)