Skip to content

Commit

Permalink
chore: update version, use latest bundle image
Browse files Browse the repository at this point in the history
  • Loading branch information
thepiwo committed Feb 11, 2022
1 parent 46d73f3 commit 3b5cc81
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
## Install

```text
npm i -g @aeternity/aeproject
npm install -g @aeternity/aeproject@4.0.0-beta.2
```

## Documentation
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/config/node-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"nodeConfiguration": {
"imageVersion": "v6.4.0",
"imageVersion": "latest",
"containerName": "aeproject_node"
},
"compilerConfiguration": {
Expand Down

0 comments on commit 3b5cc81

Please sign in to comment.