Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
techcoderx committed Aug 7, 2021
1 parent c8390cd commit 91809a9
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.4.0",
"version": "1.5.0",
"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.4'
const version = '1.5'
const default_port = 6001
const replay_interval = 1500
const discovery_interval = 60000
Expand Down

0 comments on commit 91809a9

Please sign in to comment.