Skip to content

Commit 6dcc68a

Browse files
committed
Update version number
1 parent cad3ca5 commit 6dcc68a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ You may need to run this with `sudo`, or from within an Administrator command sh
6161
-> You can use lower-case node on Node-RED flow editor.
6262

6363
## Documentation
64-
- [Use cases](https://github.com/node-red/node-red-nodegen/blob/0.0.3/docs/index.md#use-cases) ([Japanese](https://github.com/node-red/node-red-nodegen/blob/0.0.3/docs/index_ja.md#use-cases))
65-
- [How to use Node generator](https://github.com/node-red/node-red-nodegen/blob/0.0.3/docs/index.md#how-to-use-node-generator) ([Japanese](https://github.com/node-red/node-red-nodegen/blob/0.0.3/docs/index_ja.md#how-to-use-node-generator))
66-
- [Generated files which node package contains](https://github.com/node-red/node-red-nodegen/blob/0.0.3/docs/index.md#generated-files-which-node-package-contains) ([Japanese](https://github.com/node-red/node-red-nodegen/blob/0.0.3/docs/index_ja.md#generated-files-which-node-package-contains))
67-
- [How to create a node from Open API document](https://github.com/node-red/node-red-nodegen/blob/0.0.3/docs/index.md#how-to-create-a-node-from-open-api-document) ([Japanese](https://github.com/node-red/node-red-nodegen/blob/0.0.3/docs/index_ja.md#how-to-create-a-node-from-open-api-document))
68-
- [How to create a node from function node](https://github.com/node-red/node-red-nodegen/blob/0.0.3/docs/index.md#how-to-create-a-node-from-function-node) ([Japanese](https://github.com/node-red/node-red-nodegen/blob/0.0.3/docs/index_ja.md#how-to-create-a-node-from-function-node))
64+
- [Use cases](https://github.com/node-red/node-red-nodegen/blob/0.0.4/docs/index.md#use-cases) ([Japanese](https://github.com/node-red/node-red-nodegen/blob/0.0.4/docs/index_ja.md#use-cases))
65+
- [How to use Node generator](https://github.com/node-red/node-red-nodegen/blob/0.0.4/docs/index.md#how-to-use-node-generator) ([Japanese](https://github.com/node-red/node-red-nodegen/blob/0.0.4/docs/index_ja.md#how-to-use-node-generator))
66+
- [Generated files which node package contains](https://github.com/node-red/node-red-nodegen/blob/0.0.4/docs/index.md#generated-files-which-node-package-contains) ([Japanese](https://github.com/node-red/node-red-nodegen/blob/0.0.4/docs/index_ja.md#generated-files-which-node-package-contains))
67+
- [How to create a node from Open API document](https://github.com/node-red/node-red-nodegen/blob/0.0.4/docs/index.md#how-to-create-a-node-from-open-api-document) ([Japanese](https://github.com/node-red/node-red-nodegen/blob/0.0.4/docs/index_ja.md#how-to-create-a-node-from-open-api-document))
68+
- [How to create a node from function node](https://github.com/node-red/node-red-nodegen/blob/0.0.4/docs/index.md#how-to-create-a-node-from-function-node) ([Japanese](https://github.com/node-red/node-red-nodegen/blob/0.0.4/docs/index_ja.md#how-to-create-a-node-from-function-node))
6969

7070
Note: Currently node generator supports GET and POST methods using JSON format without authentication.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-nodegen",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "Node generator for Node-RED",
55
"homepage": "http://nodered.org",
66
"main": "./lib/nodegen.js",

0 commit comments

Comments
 (0)