Browse Source

prepare next iteration

feat-mydojo_upgrade_explorer
kenshin-samourai 5 years ago
parent
commit
5b8c553fd4
  1. 2
      docker/my-dojo/.env
  2. 2
      keys/index-example.js
  3. 2
      package-lock.json
  4. 2
      package.json

2
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

2
keys/index-example.js

@ -15,7 +15,7 @@ module.exports = {
/*
* Dojo version
*/
dojoVersion: '1.1.0',
dojoVersion: '1.2.0',
/*
* Bitcoind
*/

2
package-lock.json

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

2
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": {

Loading…
Cancel
Save