Skip to content

Commit

Permalink
Releasing RedCloth 4.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber committed Aug 18, 2008
1 parent 9228a8f commit 9ae970b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
@@ -1,4 +1,4 @@
*Edge*
*4.0.3 (August 18, 2008)*

* Fix NoMethodError: private method gsub!' called for nil:NilClass when two dimensions followed by a space. #38

Expand Down
2 changes: 1 addition & 1 deletion lib/redcloth/version.rb
Expand Up @@ -2,7 +2,7 @@ module RedCloth
module VERSION
MAJOR = 4
MINOR = 0
TINY = 2
TINY = 3
RELEASE_CANDIDATE = nil

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

0 comments on commit 9ae970b

Please sign in to comment.