From 0ac940a1e014bb04a1e3afa79feb543846db6397 Mon Sep 17 00:00:00 2001 From: Mispy <^_^@mispy.me> Date: Tue, 21 Jan 2014 06:52:03 -0800 Subject: [PATCH] 2.1.8 - Don't require tweetstream --- README.md | 2 +- lib/twitter_ebooks/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ddae61..73032a6 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# twitter\_ebooks 2.1.7 +# twitter\_ebooks 2.1.8 Rewrite of my twitter\_ebooks code. While the original was solely a tweeting Markov generator, this framework helps you build any kind of interactive twitterbot which responds to mentions/DMs. diff --git a/lib/twitter_ebooks/version.rb b/lib/twitter_ebooks/version.rb index fa321df..4a2f89d 100755 --- a/lib/twitter_ebooks/version.rb +++ b/lib/twitter_ebooks/version.rb @@ -1,3 +1,3 @@ module Ebooks - VERSION = "2.1.7" + VERSION = "2.1.8" end