From 591a01b903b8b6aa13bb669ad9c8107a935e851e Mon Sep 17 00:00:00 2001 From: kenshin-samourai Date: Thu, 5 Dec 2019 10:45:11 +0100 Subject: [PATCH] prepare next iteration --- docker/my-dojo/.env | 2 +- keys/index-example.js | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docker/my-dojo/.env b/docker/my-dojo/.env index 57b9ff1..388973b 100644 --- a/docker/my-dojo/.env +++ b/docker/my-dojo/.env @@ -10,7 +10,7 @@ COMPOSE_CONVERT_WINDOWS_PATHS=1 -DOJO_VERSION_TAG=1.3.0 +DOJO_VERSION_TAG=1.4.0 DOJO_DB_VERSION_TAG=1.1.0 DOJO_BITCOIND_VERSION_TAG=1.3.0 DOJO_NODEJS_VERSION_TAG=1.3.0 diff --git a/keys/index-example.js b/keys/index-example.js index 74041bd..107fce2 100644 --- a/keys/index-example.js +++ b/keys/index-example.js @@ -15,7 +15,7 @@ module.exports = { /* * Dojo version */ - dojoVersion: '1.3.0', + dojoVersion: '1.4.0', /* * Bitcoind */ diff --git a/package-lock.json b/package-lock.json index c200089..29a3fc2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "samourai-dojo", - "version": "1.3.0", + "version": "1.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4337281..a004f3f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "samourai-dojo", - "version": "1.3.0", + "version": "1.4.0", "description": "Backend server for Samourai Wallet", "main": "accounts/index.js", "scripts": {