Skip to content

Commit

Permalink
Update version to v1.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
tdipadova3rd committed Feb 28, 2022
1 parent 9e3737d commit f8c9f04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coingecko-api-typed-pro",
"version": "1.0.20",
"version": "1.0.22",
"description": "A Node.js wrapper for the CoinGecko API with no dependencies with generated inline d.ts typings and pro account support.",
"main": "lib/index.js",
"homepage": "https://github.com/tdipadova3rd/CoinGecko-API",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const Utils = require('./helpers/utilities');
* const CoinGecko = require('coingecko-api-typed');
* const CoinGeckoClient = new CoinGecko();
* @public
* @version 1.0.20
* @version 1.0.22
* @license MIT
* @kind class
*/
Expand Down

0 comments on commit f8c9f04

Please sign in to comment.