diff --git a/README.md b/README.md index cffaec0..21c4f43 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ![GitHub release downloads](https://img.shields.io/github/downloads/noia-network/noia-node-gui/latest/total.svg?style=flat-square) ![Github license](https://img.shields.io/github/license/noia-network/noia-node-gui.svg?style=flat-square) -This is noia-node GUI implementation for [noia-node](https://github.com/noia-network/noia-node). +This is [noia-node](https://github.com/noia-network/noia-node) GUI implementation. ![Screenshot](assets/screenshot.png) diff --git a/package.json b/package.json index cde0b3b..67549ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "noia-node-gui", - "version": "1.1.4", + "version": "1.1.5", "private": true, "main": "main.js", "scripts": { @@ -37,7 +37,7 @@ }, "dependencies": { "@noia-network/node": "1.0.5", - "@noia-network/node-settings": "1.0.1", + "@noia-network/node-settings": "1.0.2", "@types/bytes": "3.0.0", "@types/classnames": "2.2.6", "@types/dotenv": "4.0.3",