Bump version to 0.0.11

This commit is contained in:
LukeHagar
2023-04-18 18:24:35 +00:00
committed by github-actions[bot]
parent 3da49e7178
commit 5ae5c02dbf
4 changed files with 6 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ files:
destinationFilename: package.json
npmName: plexjs
npmRepository: lukehagar
npmVersion: 0.0.10
npmVersion: 0.0.11
useSingleRequestParameter: true
sortParamsByRequiredFlag: true
gitUserID: lukehagar

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "@lukehagar/plexjs",
"version": "0.0.10",
"version": "0.0.11",
"description": "Community Made Plex JS/TS Module",
"author": "Luke Hagar",
"type": "module",