node-red-contrib-ntrip 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,8 +1,11 @@
1
1
  # Changelog
2
2
  All notable changes to this project will be documented in this file.
3
3
 
4
+ ## [0.1.2]
5
+ ### Fixed readme
6
+
4
7
  ## [0.1.1]
5
- ### MInor tweaks
8
+ ### Minor tweaks
6
9
 
7
10
  ## [0.1.0]
8
11
  ### Initial version
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Vallox nodes for node-red
1
+ # NTRIP nodes for node-red
2
2
  [![Platform](https://img.shields.io/badge/platform-Node--RED-red)](https://nodered.org)
3
3
  ![License](https://img.shields.io/github/license/windkh/node-red-contrib-ntrip.svg)
4
4
  [![NPM](https://img.shields.io/npm/v/node-red-contrib-ntrip?logo=npm)](https://www.npmjs.org/package/node-red-contrib-ntrip)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-red-contrib-ntrip",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Node for ntrip and rtcm handling.",
5
5
  "node-red": {
6
6
  "version": ">=0.1.0",