This commit is contained in:
Mispy 2013-11-27 07:07:09 -08:00
parent bc910073df
commit e30ffaf630
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# twitter\_ebooks 2.1.4 # twitter\_ebooks 2.1.5
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. 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 module Ebooks
VERSION = "2.1.4" VERSION = "2.1.5"
end end