This commit is contained in:
Jaiden Mispy 2014-10-19 01:22:42 -07:00
parent 2662558e1a
commit 6f27d32bf1
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# twitter\_ebooks 2.2.7
# twitter\_ebooks 2.2.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. See [ebooks\_example](https://github.com/mispy/ebooks_example) for an example of a full bot.

View file

@ -1,3 +1,3 @@
module Ebooks
VERSION = "2.2.7"
VERSION = "2.2.8"
end