Bump version to 0.0.3

This commit is contained in:
LukeHagar
2023-04-07 14:58:09 +00:00
committed by github-actions[bot]
parent 0789f62dcf
commit 1536e4e888
4 changed files with 6 additions and 6 deletions

View File

@@ -5,5 +5,5 @@ files:
destinationFilename: package.json
npmName: plexjs
npmRepository: lukehagar
npmVersion: 0.0.2
npmVersion: 0.0.3
useSingleRequestParameter: true

4
package-lock.json generated
View File

@@ -1,11 +1,11 @@
{
"name": "plexjs",
"name": "@lukehagar/plexjs",
"version": "0.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "plexjs",
"name": "@lukehagar/plexjs",
"version": "0.0.1",
"license": "MIT",
"dependencies": {

View File

@@ -1,4 +1,4 @@
## plexjs@0.0.2
## plexjs@0.0.3
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.2 --save
npm install plexjs@0.0.3 --save
```
_unPublished (not recommended):_

View File

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