diff --git a/README.md b/README.md index 320e7e1..5002e62 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# twitter\_ebooks 2.1.3 +# twitter\_ebooks 2.1.4 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. @@ -10,7 +10,7 @@ gem install twitter_ebooks ## Setting up a bot -Run `ebooks new [name]` to generate a new repository containing a sample bots.rb file, which looks like this: +Run `ebooks new ` to generate a new repository containing a sample bots.rb file, which looks like this: ``` ruby # This is an example bot definition with event handlers commented out diff --git a/lib/twitter_ebooks/version.rb b/lib/twitter_ebooks/version.rb index 9668313..d3f056d 100755 --- a/lib/twitter_ebooks/version.rb +++ b/lib/twitter_ebooks/version.rb @@ -1,3 +1,3 @@ module Ebooks - VERSION = "2.1.3" + VERSION = "2.1.4" end