From d44148a9184beec4eda17f3fd1e7ee71ee5ed9b8 Mon Sep 17 00:00:00 2001 From: kenshin-samourai Date: Wed, 21 Aug 2019 13:17:25 +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 f24f787..03b2972 100644 --- a/docker/my-dojo/.env +++ b/docker/my-dojo/.env @@ -10,7 +10,7 @@ COMPOSE_CONVERT_WINDOWS_PATHS=1 -DOJO_VERSION_TAG=1.2.0 +DOJO_VERSION_TAG=1.3.0 DOJO_DB_VERSION_TAG=1.1.0 DOJO_BITCOIND_VERSION_TAG=1.2.0 DOJO_NODEJS_VERSION_TAG=1.2.0 diff --git a/keys/index-example.js b/keys/index-example.js index 3628c21..68e485a 100644 --- a/keys/index-example.js +++ b/keys/index-example.js @@ -15,7 +15,7 @@ module.exports = { /* * Dojo version */ - dojoVersion: '1.2.0', + dojoVersion: '1.3.0', /* * Bitcoind */ diff --git a/package-lock.json b/package-lock.json index 126bec6..186886c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "samourai-dojo", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c0952b3..e45a6c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "samourai-dojo", - "version": "1.2.0", + "version": "1.3.0", "description": "Backend server for Samourai Wallet", "main": "accounts/index.js", "scripts": {