Skip to content

Commit 0196ff8

Browse files
committed
Version bump to 1.0.3
1 parent 962b683 commit 0196ff8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A Node.js wrapper for the CoinGecko API with no dependencies.
44

55
## • Installation
66

7-
Latest version: 1.0.2
7+
Latest version: 1.0.3
88

99
`npm install coingecko-api`
1010

lib/CoinGecko.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const ReturnObject = require('./helpers/ReturnObject');
1717
* const CoinGecko = require('coingecko-api');
1818
* const CoinGeckoClient = new CoinGecko();
1919
* @public
20-
* @version 1.0.2
20+
* @version 1.0.3
2121
* @license MIT
2222
* @kind class
2323
*/

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coingecko-api",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "A Node.js wrapper for the CoinGecko API with no dependencies.",
55
"main": "index.js",
66
"homepage": "https://github.com/miscavage/CoinGecko-API#readme",

0 commit comments

Comments
 (0)