Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
Increase version number, 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
premasagar committed Jun 13, 2018
1 parent 38629b8 commit aa41c1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/poloniex.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = (function() {
nonce = require('nonce')();

// Constants
var version = '0.0.8',
var version = '0.0.9',
PUBLIC_API_URL = 'https://poloniex.com/public',
PRIVATE_API_URL = 'https://poloniex.com/tradingApi',
USER_AGENT = 'poloniex.js ' + version;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "poloniex.js",
"version": "0.0.8",
"version": "0.0.9",
"description": "Poloniex API client",
"author": "Premasagar Rose <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit aa41c1f

Please sign in to comment.