mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-09 20:47:47 +00:00
Bump version to 0.0.2
This commit is contained in:
committed by
github-actions[bot]
parent
e7c4df7bab
commit
16fc1cca3a
1
api-specs
Submodule
1
api-specs
Submodule
Submodule api-specs added at fd49ee9e54
@@ -5,5 +5,5 @@ files:
|
||||
destinationFilename: package.json
|
||||
npmName: plexjs
|
||||
npmRepository: lukehagar
|
||||
npmVersion: 0.0.1
|
||||
useSingleRequestParameter: true
|
||||
npmVersion: 0.0.2
|
||||
useSingleRequestParameter: true
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
## plexjs@0.0.1
|
||||
## plexjs@0.0.2
|
||||
|
||||
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.1 --save
|
||||
npm install plexjs@0.0.2 --save
|
||||
```
|
||||
|
||||
_unPublished (not recommended):_
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "plexjs",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"description": "OpenAPI client for plexjs",
|
||||
"author": "OpenAPI-Generator Contributors",
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user