r6-data.js 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -21,7 +21,7 @@ npm install r6-data.js
21
21
  npm i r6-data.js
22
22
  ```
23
23
 
24
- `Last updated Y10S2`
24
+ ## Last updated Y10S3
25
25
 
26
26
  ## Getting Player Stats and Account Information
27
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "r6-data.js",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "A wrapper for the Rainbow Six Siege API that gives you information about player's stats, maps, operators, ranks, seasons, charms etc",
5
5
  "main": "index.js",
6
6
  "scripts": {