Skip to content
This repository has been archived by the owner on Jun 10, 2018. It is now read-only.

Commit

Permalink
Brochure 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sstephenson committed Oct 20, 2011
1 parent 600e05a commit c85823a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion brochure.gemspec
@@ -1,6 +1,6 @@
spec = Gem::Specification.new do |s|
s.name = "brochure"
s.version = "0.5.3"
s.version = "0.5.4"
s.platform = Gem::Platform::RUBY
s.authors = ["Sam Stephenson", "Josh Peek"]
s.email = ["sstephenson@gmail.com", "josh@joshpeek.com"]
Expand Down
2 changes: 1 addition & 1 deletion lib/brochure.rb
Expand Up @@ -3,7 +3,7 @@
require "tilt"

module Brochure
VERSION = "0.5.3"
VERSION = "0.5.4"

autoload :Application, "brochure/application"
autoload :CaptureNotSupported, "brochure/errors"
Expand Down

0 comments on commit c85823a

Please sign in to comment.