Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
practicingruby committed Apr 24, 2011
1 parent ad6724d commit db9c2c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,8 @@ anything else.
Added some basic emitters for PDF and HTML paragraphs. Note these are proofs of
concept ONLY, not meant for practical use. See examples/simple_emitters.rb to
see how they're used.

## 0.0.4 (2011.04.24)

Removed HTML emitter for now. Expanded parser and PDF emitter to support
preformatted text. See examples/preformatted.rb for to see how it works.
2 changes: 1 addition & 1 deletion lib/bookie/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Bookie
VERSION = "0.0.3"
VERSION = "0.0.4"
end

0 comments on commit db9c2c3

Please sign in to comment.