Skip to content

Commit

Permalink
Update versions and history for 0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
str4d committed Apr 9, 2018
1 parent cb2b980 commit ec526cc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ allprojects {
project.ext.i2pVersion = '0.9.33'

configure([project(':core'), project(':webapp')]) {
project.version = '0.4.6'
project.version = '0.4.7'

project.afterEvaluate {
jar {
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/java/i2p/bote/I2PBote.java
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
*/
public class I2PBote implements NetworkStatusSource, EmailFolderManager, MailSender, PasswordVerifier {
public static final int PROTOCOL_VERSION = 4;
private static final String APP_VERSION = "0.4.6";
private static final String APP_VERSION = "0.4.7";
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;

Expand Down
5 changes: 4 additions & 1 deletion history.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
I2P-Bote Version History
------------------------

0.4.7
0.4.7 (Released on April 9, 2018)
* Set default number of relay hops to 2
* IMAP and SMTP APIs now start immediately instead of waiting for tunnels
* Upgraded IMAP backend
* Known bug: attachments may not appear in IMAP

0.4.6 (Released on May 3, 2017)
* Merged I2P-Bote and Bote Android codebases
Expand Down

0 comments on commit ec526cc

Please sign in to comment.