Skip to content

Commit 067a006

Browse files
Update version to 0.1.0
1 parent f5e1129 commit 067a006

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## @makeplane/plane-node-sdk@0.0.1
1+
## @makeplane/plane-node-sdk@0.1.0
22

33
This generator creates TypeScript/JavaScript client that utilizes [Fetch API](https://fetch.spec.whatwg.org/). The generated Node module can be used in the following environments:
44

@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
3636
_published:_
3737

3838
```
39-
npm install @makeplane/plane-node-sdk@0.0.1 --save
39+
npm install @makeplane/plane-node-sdk@0.1.0 --save
4040
```
4141

4242
_unPublished (not recommended):_

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@makeplane/plane-node-sdk",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "OpenAPI client for @makeplane/plane-node-sdk",
55
"author": "Plane <[email protected]>",
66
"repository": {

0 commit comments

Comments
 (0)