From 5b8c553fd4578fcc600cc0e0aa10214aa8d00000 Mon Sep 17 00:00:00 2001 From: kenshin-samourai Date: Tue, 6 Aug 2019 10:33:46 +0200 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 155846b..64913ef 100644 --- a/docker/my-dojo/.env +++ b/docker/my-dojo/.env @@ -10,7 +10,7 @@ COMPOSE_CONVERT_WINDOWS_PATHS=1 -DOJO_VERSION_TAG=1.1.0 +DOJO_VERSION_TAG=1.2.0 DOJO_DB_VERSION_TAG=1.1.0 DOJO_BITCOIND_VERSION_TAG=1.1.0 DOJO_NODEJS_VERSION_TAG=1.1.0 diff --git a/keys/index-example.js b/keys/index-example.js index e843b45..3628c21 100644 --- a/keys/index-example.js +++ b/keys/index-example.js @@ -15,7 +15,7 @@ module.exports = { /* * Dojo version */ - dojoVersion: '1.1.0', + dojoVersion: '1.2.0', /* * Bitcoind */ diff --git a/package-lock.json b/package-lock.json index 3f6076a..18ad854 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "samourai-dojo", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1829c84..fd9e629 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "samourai-dojo", - "version": "1.1.0", + "version": "1.2.0", "description": "Backend server for Samourai Wallet", "main": "accounts/index.js", "scripts": {