Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
toretore committed Mar 12, 2013
1 parent b4b37fb commit 26566ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG
@@ -1,5 +1,6 @@
* master
* 0.5.1

* Fix some encoding issues (ruby 2.0 & 1.9)
* Rewrite HtmlOutputter. Not entirely backwards compatible with the previous version.

* 0.5.0
Expand Down
2 changes: 1 addition & 1 deletion lib/barby/version.rb
Expand Up @@ -2,7 +2,7 @@ module Barby #:nodoc:
module VERSION #:nodoc:
MAJOR = 0
MINOR = 5
TINY = 0
TINY = 1

STRING = [MAJOR, MINOR, TINY].join('.')
end
Expand Down

0 comments on commit 26566ff

Please sign in to comment.