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

Commit

Permalink
Version 1.6.3
Browse files Browse the repository at this point in the history
* Add option for x_auth_access_type (see #29)
  • Loading branch information
René Raab committed Dec 21, 2015
1 parent 6fa8da3 commit 42f471e
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.2",
"version": "1.6.3",
"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.2",
var VERSION = "1.6.3",
querystring = require("querystring"),
oauth = require("oauth"),
request = require("request"),
Expand Down

0 comments on commit 42f471e

Please sign in to comment.