diff --git a/bookbinder.gemspec b/bookbinder.gemspec index ff1dc12e1..5ab659d84 100644 --- a/bookbinder.gemspec +++ b/bookbinder.gemspec @@ -2,7 +2,7 @@ require 'base64' Gem::Specification.new do |s| s.name = 'bookbindery' - s.version = '3.0.1' + s.version = '3.1.0' s.summary = 'Markdown to Rackup application documentation generator' s.description = 'A command line utility to be run in Book repositories to stitch together their constituent Markdown repos into a static-HTML-serving application' s.authors = ['Mike Grafton', 'Lucas Marks', 'Gavin Morgan', 'Nikhil Gajwani', 'Dan Wendorf', 'Brenda Chan', 'Matthew Boedicker', 'Frank Kotsianas']