xvideosx 1.4.0 → 1.4.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,7 +8,7 @@ A a [Node.js](https://nodejs.org) [xvideos.com](xvideos.com) API library.
8
8
 
9
9
  ### Install
10
10
  ```bash
11
- $ npm install @rodrigogs/xvideos
11
+ $ npm install xvideosx
12
12
  ```
13
13
 
14
14
  ### Usage
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "xvideosx",
3
3
  "description": "xvideos.com api implementation.",
4
- "version": "1.4.0",
4
+ "version": "1.4.1",
5
5
  "main": "index.js",
6
6
  "license": "BSD-3-Clause",
7
7
  "repository": {