This commit is contained in:
Mispy 2014-04-19 22:15:08 -07:00
parent f362f1ab2b
commit 95a075899a
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# twitter\_ebooks 2.1.9
# twitter\_ebooks 2.2.0
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.

View file

@ -1,3 +1,3 @@
module Ebooks
VERSION = "2.1.9"
VERSION = "2.2.0"
end