Skip to content

Commit

Permalink
v1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
techcoderx committed Aug 21, 2022
1 parent acfcda3 commit 21b3b18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "avalon",
"version": "1.6.3",
"version": "1.6.4",
"description": "",
"scripts": {
"start": "node src/main.js",
Expand Down
2 changes: 1 addition & 1 deletion src/p2p.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const version = '1.6.3'
const version = '1.6.4'
const default_port = 6001
const replay_interval = 1500
const discovery_interval = 60000
Expand Down

0 comments on commit 21b3b18

Please sign in to comment.