Skip to content

Commit

Permalink
Bump that version. 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber committed Jun 10, 2009
1 parent da66228 commit 4945646
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
@@ -1,4 +1,4 @@
=== Edge
=== 4.2.0 / June 10, 2009

* Fixed image with title, href, and text afterward not being made a link. [Jason Garber]

Expand Down
4 changes: 2 additions & 2 deletions lib/redcloth/version.rb
@@ -1,8 +1,8 @@
module RedCloth
module VERSION
MAJOR = 4
MINOR = 1
TINY = 10
MINOR = 2
TINY = 0
RELEASE_CANDIDATE = nil

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

0 comments on commit 4945646

Please sign in to comment.