diff --git a/src/p2p.js b/src/p2p.js index ee484ca..e13e6b3 100644 --- a/src/p2p.js +++ b/src/p2p.js @@ -1,4 +1,4 @@ -const version = '1.6.4' +const version = '1.6.5' const default_port = 6001 const replay_interval = 1500 const discovery_interval = 60000