Skip to content

Commit

Permalink
v1.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
techcoderx committed Jan 16, 2023
1 parent ebed2ea commit f3d392e
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.5",
"version": "1.6.6",
"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.5'
const version = '1.6.6'
const default_port = 6001
const replay_interval = 1500
const discovery_interval = 60000
Expand Down

0 comments on commit f3d392e

Please sign in to comment.