From 988995367a670de4bc3200ef20e229259645fad1 Mon Sep 17 00:00:00 2001 From: Manuel van Rijn Date: Wed, 17 Jul 2013 14:38:54 +0200 Subject: [PATCH] v1.0.1 --- README.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cce1110..692d6e0 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ Now, instead of doing [http://yourapp.herokuapp.com/twitter-user/]() you should | Version | Notes | | -------:| ----------------------------------------------------------------------------------- | +| 1.0.1 | Parse tweet and create links from @usernames and urls | | 1.0.0 | Initial release | ### Copyright diff --git a/package.json b/package.json index ba5b06c..5a4c75b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-twitter-rss", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "author" : "Manuel van Rijn (http://manuel.manuelles.nl)", "description" : "Simple user timeline rss feed proxy with oAuth for Twitter's API v1.1",