Bump version to 0.0.4

This commit is contained in:
LukeHagar
2023-04-07 15:04:24 +00:00
committed by github-actions[bot]
parent 3f4ea2071e
commit f412ddd4d5
5 changed files with 7 additions and 7 deletions

View File

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

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@lukehagar/plexjs",
"version": "0.0.1",
"version": "0.0.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@lukehagar/plexjs",
"version": "0.0.1",
"version": "0.0.4",
"license": "MIT",
"dependencies": {
"axios": "^0.26.1",

View File

@@ -1,6 +1,6 @@
{
"name": "@lukehagar/plexjs",
"version": "0.0.3",
"version": "0.0.4",
"description": "Community Made Plex JS/TS Module",
"author": "Luke Hagar",
"repository": {

View File

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

View File

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