diff --git a/README.md b/README.md index 8cd1e8ab..825806d9 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ## Install ```text -npm i -g @aeternity/aeproject +npm install -g @aeternity/aeproject@4.0.0-beta.2 ``` ## Documentation diff --git a/package.json b/package.json index bb0806f9..ccb65046 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aeternity/aeproject", - "version": "4.0.0-beta.1", + "version": "4.0.0-beta.2", "description": "aeternity smart contract testing tool", "main": "src/lib/index.js", "bin": { diff --git a/src/config/node-config.json b/src/config/node-config.json index 728f752c..9d1dd4dc 100644 --- a/src/config/node-config.json +++ b/src/config/node-config.json @@ -1,6 +1,6 @@ { "nodeConfiguration": { - "imageVersion": "v6.4.0", + "imageVersion": "latest", "containerName": "aeproject_node" }, "compilerConfiguration": {