Skip to content
This repository was archived by the owner on Oct 4, 2024. It is now read-only.

Commit f4dcb74

Browse files
authored
Merge pull request #1091 from near/v4.0.1
chore: relase 4.0.1
2 parents c8ad681 + df6d9cd commit f4dcb74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
NEAR CLI is a Node.js application that relies on [`near-api-js`](https://github.com/near/near-api-js) to connect to and interact with the NEAR blockchain. Create accounts, access keys, sign & send transactions with this versatile command line interface tool.
66

7-
**Note:** Node.js version 10+ is required to run NEAR CLI.
7+
**Note:** Node.js version 16+ is required to run NEAR CLI.
88

99
## Release notes
1010

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "near-cli",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Simple CLI for interacting with NEAR Protocol",
55
"engines": {
66
"node": ">= 16"

0 commit comments

Comments
 (0)