From 1f8ea676bdba9f45a49c225efaebb3d43d6b0eb4 Mon Sep 17 00:00:00 2001 From: Jaiden Mispy <^_^@mispy.me> Date: Sat, 25 Oct 2014 05:19:03 -0700 Subject: [PATCH] 2.3.1 --- 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 cf3d58a..54feaf8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# twitter\_ebooks 2.3.0 +# twitter\_ebooks 2.3.1 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. See [ebooks\_example](https://github.com/mispy/ebooks_example) for an example of a full bot. diff --git a/lib/twitter_ebooks/version.rb b/lib/twitter_ebooks/version.rb index b72a6a6..f9978c3 100644 --- a/lib/twitter_ebooks/version.rb +++ b/lib/twitter_ebooks/version.rb @@ -1,3 +1,3 @@ module Ebooks - VERSION = "2.3.0" + VERSION = "2.3.1" end