I2P-Bote 0.4.6

This commit is contained in:
str4d
2017-05-03 21:25:46 +00:00
parent 169d2061d0
commit c84a0017fd
3 changed files with 4 additions and 3 deletions

View File

@ -15,7 +15,7 @@ allprojects {
}
configure([project(':core'), project(':webapp')]) {
project.version = '0.4.5'
project.version = '0.4.6'
project.afterEvaluate {
jar {

View File

@ -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;

View File

@ -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)