Skip to content

Commit

Permalink
Fixed version number on documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hvarg committed Dec 1, 2020
1 parent ddc9373 commit c4b855c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,4 +1,4 @@
## @mintproject/modelcatalog_client@5.0.0
## @mintproject/modelcatalog_client@6.0.0

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:

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

```
npm install @mintproject/modelcatalog_client@5.0.0 --save
npm install @mintproject/modelcatalog_client@6.0.0 --save
```

_unPublished (not recommended):_
Expand Down
2 changes: 1 addition & 1 deletion openapi-config.json
@@ -1,6 +1,6 @@
{
"npmRepository": "mintproject",
"npmName": "@mintproject/modelcatalog_client",
"npmVersion": "5.0.0",
"npmVersion": "6.0.0",
"typescriptThreePlus": true
}

0 comments on commit c4b855c

Please sign in to comment.