Skip to content

Commit

Permalink
Tag 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vmg committed Jan 24, 2012
1 parent 6db765b commit 5dccd88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/redcarpet.rb
@@ -1,7 +1,7 @@
require 'redcarpet.so'

module Redcarpet
VERSION = '2.0.1'
VERSION = '2.1.0'

class Markdown
attr_reader :renderer
Expand Down
2 changes: 1 addition & 1 deletion redcarpet.gemspec
@@ -1,7 +1,7 @@
# encoding: utf-8
Gem::Specification.new do |s|
s.name = 'redcarpet'
s.version = '2.0.1'
s.version = '2.1.0'
s.summary = "Markdown that smells nice"
s.description = 'A fast, safe and extensible Markdown to (X)HTML parser'
s.date = '2011-09-14'
Expand Down

0 comments on commit 5dccd88

Please sign in to comment.