Skip to content

Commit

Permalink
v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
techcoderx committed Dec 4, 2021
1 parent bc62fa5 commit 2b95c70
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.5.0",
"version": "1.5.1",
"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.5'
const version = '1.5.1'
const default_port = 6001
const replay_interval = 1500
const discovery_interval = 60000
Expand Down

0 comments on commit 2b95c70

Please sign in to comment.