diff --git a/README.md b/README.md index a11d0af..088e860 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# twitter\_ebooks 2.1.0 +# twitter\_ebooks 2.1.1 Complete rewrite of twitter\_ebooks. Allows context-sensitive responsive bots via the Twitter streaming API, along with higher-quality ngram modeling. Still needs a bit of cleaning and documenting. diff --git a/lib/twitter_ebooks/version.rb b/lib/twitter_ebooks/version.rb index 21b64db..1cb9366 100755 --- a/lib/twitter_ebooks/version.rb +++ b/lib/twitter_ebooks/version.rb @@ -1,3 +1,3 @@ module Ebooks - VERSION = "2.1.0" + VERSION = "2.1.1" end