Browse Source

bump version of node module

use-env-var-docker
kenshin-samourai 5 years ago
parent
commit
420472287f
  1. 2
      docker/my-dojo/.env
  2. 4
      keys/index-example.js
  3. 2
      package-lock.json
  4. 2
      package.json

2
docker/my-dojo/.env

@ -13,7 +13,7 @@ COMPOSE_CONVERT_WINDOWS_PATHS=1
DOJO_VERSION_TAG=1.6.0
DOJO_DB_VERSION_TAG=1.1.1
DOJO_BITCOIND_VERSION_TAG=1.5.0
DOJO_NODEJS_VERSION_TAG=1.5.0
DOJO_NODEJS_VERSION_TAG=1.6.0
DOJO_NGINX_VERSION_TAG=1.4.0
DOJO_TOR_VERSION_TAG=1.3.0
DOJO_EXPLORER_VERSION_TAG=1.2.0

4
keys/index-example.js

@ -15,7 +15,7 @@ module.exports = {
/*
* Dojo version
*/
dojoVersion: '1.5.0',
dojoVersion: '1.6.0',
/*
* Bitcoind
*/
@ -220,7 +220,7 @@ module.exports = {
* Testnet parameters
*/
testnet: {
dojoVersion: '1.5.0',
dojoVersion: '1.6.0',
bitcoind: {
rpc: {
user: 'user',

2
package-lock.json

@ -1,6 +1,6 @@
{
"name": "samourai-dojo",
"version": "1.5.0",
"version": "1.6.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

2
package.json

@ -1,6 +1,6 @@
{
"name": "samourai-dojo",
"version": "1.5.0",
"version": "1.6.0",
"description": "Backend server for Samourai Wallet",
"main": "accounts/index.js",
"scripts": {

Loading…
Cancel
Save