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.2
Browse files Browse the repository at this point in the history
* Add support for uploading native video to Twitter (@princesoni1989) #35
  • Loading branch information
reneraab committed May 3, 2016
1 parent 61fa0bc commit 0d792ea
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.7.1",
"version": "1.7.2",
"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.7.1",
var VERSION = "1.7.2",
querystring = require("querystring"),
oauth = require("oauth"),
request = require("request"),
Expand Down

0 comments on commit 0d792ea

Please sign in to comment.