Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ There are other components that are parts of Apollo:

## Requirements

It is required to have Nodejs v12.16.x installed to develop and build Apollo Web UI.
It could be downloaded from [NodeJS official site](https://nodejs.org/dist/v12.16.1/).
It is required to have Nodejs v18.х.x installed to develop and build Apollo Web UI.
It could be downloaded from [NodeJS official site](https://nodejs.org/dist/latest-v18.x/).

For developers (Linux, OS X)[Node Version Manager](https://github.com/nvm-sh/nvm) is highly recommended.

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.7
3.0.8
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apollo-web-wallet",
"version": "3.0.7",
"version": "3.0.8",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "5.13.0",
Expand Down
2 changes: 1 addition & 1 deletion packaging/pkg-apollo-web-ui.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apollo-web-ui",
"description": "Apollo blockchain web UI",
"version": "3.0.7",
"version": "3.0.8",
"dependencies": [ ]
}
Loading