Skip to content

Commit

Permalink
v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
techcoderx committed Jul 2, 2022
1 parent eee5174 commit 8802961
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "avalon",
"version": "1.6",
"version": "1.6.1",
"description": "",
"scripts": {
"start": "node src/main.js",
Expand Down Expand Up @@ -55,7 +55,7 @@
"title": "Avalon API Documentation",
"description": "REST API documentation for Avalon blockchain",
"sampleUrl": "https://api.avalonblocks.com",
"version": "1.6.0"
"version": "1.6.1"
},
"devDependencies": {
"apidoc": "^0.50.2",
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'
const version = '1.6.1'
const default_port = 6001
const replay_interval = 1500
const discovery_interval = 60000
Expand Down

0 comments on commit 8802961

Please sign in to comment.