Skip to content

Commit

Permalink
0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
QGIsK committed Sep 8, 2021
1 parent 39c976f commit b6c77f6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cstools-app/faceit-wrapper",
"version": "0.0.1",
"version": "0.0.2",
"description": "",
"main": "index.js",
"private": false,
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const Constants = require('./helpers/constants');
* const FaceitAPI = require('@cstools-app/faceit-wrapper');
* const client = new FaceitAPI();
* @public
* @version 0.0.1
* @version 0.0.2
* @license MIT
*/
class FaceitAPI {
Expand Down

0 comments on commit b6c77f6

Please sign in to comment.