Bump version to 0.0.5

This commit is contained in:
LukeHagar
2023-04-12 02:27:11 +00:00
committed by github-actions[bot]
parent 705cd5f26b
commit f75d22cf6a
6 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
## plexjs@0.0.4
## plexjs@0.0.5
This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
_published:_
```
npm install plexjs@0.0.4 --save
npm install plexjs@0.0.5 --save
```
_unPublished (not recommended):_

View File

@@ -1,6 +1,6 @@
{
"name": "plexjs",
"version": "0.0.4",
"version": "0.0.5",
"description": "OpenAPI client for plexjs",
"author": "OpenAPI-Generator Contributors",
"repository": {