Skip to content

Commit

Permalink
💎 bump to 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gjtorikian committed Apr 3, 2019
1 parent d267090 commit baab238
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions commonmarker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rake-compiler', '~> 0.9'
s.add_development_dependency 'json', '~> 1.8.1'
s.add_development_dependency 'awesome_print'
s.add_development_dependency 'rake'
s.add_development_dependency 'rdoc', '~> 5.1'
s.add_development_dependency 'rubocop'
s.add_development_dependency 'rubocop-standard'
Expand Down
2 changes: 1 addition & 1 deletion lib/commonmarker/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module CommonMarker
VERSION = '0.18.2'.freeze
VERSION = '0.19.0'.freeze
end

0 comments on commit baab238

Please sign in to comment.