From 8b34bce5367fc36621105705296f3a0d68f2e2ac Mon Sep 17 00:00:00 2001 From: kenshin-samourai Date: Mon, 17 May 2021 13:03:25 +0200 Subject: [PATCH] bump dojo version --- keys/index-example.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/keys/index-example.js b/keys/index-example.js index f26e612..5c2af21 100644 --- a/keys/index-example.js +++ b/keys/index-example.js @@ -16,7 +16,7 @@ module.exports = { /* * Dojo version */ - dojoVersion: '1.9.0', + dojoVersion: '1.10.0', /* * Bitcoind */ diff --git a/package-lock.json b/package-lock.json index 685da20..c91009f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "samourai-dojo", - "version": "1.9.0", + "version": "1.10.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.9.0", + "version": "1.10.0", "license": "AGPL-3.0-only", "dependencies": { "@tinyhttp/app": "1.3.3", diff --git a/package.json b/package.json index af18924..f2bbe03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "samourai-dojo", - "version": "1.9.0", + "version": "1.10.0", "description": "Backend server for Samourai Wallet", "main": "accounts/index.js", "scripts": {