Skip to content
This repository has been archived by the owner on Feb 13, 2018. It is now read-only.

Commit

Permalink
Version 1.7.0
Browse files Browse the repository at this point in the history
* Change parameter order in verifyCredentials (see #32)
  • Loading branch information
reneraab committed Jan 9, 2016
1 parent 04aa29e commit 53ed9ab
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": "node-twitter-api",
"version": "1.6.5",
"version": "1.7.0",
"description": "Simple module for using Twitter's API in node.js",
"keywords": ["twitter", "oauth", "rest", "streaming"],
"homepage": "https://github.com/reneraab/node-twitter-api",
Expand Down
2 changes: 1 addition & 1 deletion twitter.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"use strict";
var VERSION = "1.6.5",
var VERSION = "1.7.0",
querystring = require("querystring"),
oauth = require("oauth"),
request = require("request"),
Expand Down

0 comments on commit 53ed9ab

Please sign in to comment.