I2P-Bote 0.4.6
This commit is contained in:
@ -15,7 +15,7 @@ allprojects {
|
||||
}
|
||||
|
||||
configure([project(':core'), project(':webapp')]) {
|
||||
project.version = '0.4.5'
|
||||
project.version = '0.4.6'
|
||||
|
||||
project.afterEvaluate {
|
||||
jar {
|
||||
|
@ -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;
|
||||
|
||||
|
@ -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)
|
||||
|
Reference in New Issue
Block a user