Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zhgchgli0718 committed Aug 10, 2023
1 parent 55ecfed commit 230672e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ZMediumToMarkdown.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ Gem::Specification.new do |gem|
gem.files = Dir['lib/**/*.*']
gem.executables = ['ZMediumToMarkdown']
gem.name = 'ZMediumToMarkdown'
gem.version = '2.1.9'
gem.version = '2.2.0'

gem.license = "MIT"

gem.add_dependency 'nokogiri', '>= 1.13.1', '< 1.16.0'
gem.add_dependency 'nokogiri', '>= 1.14.3', '< 1.16.0'
gem.add_dependency 'net-http', '~> 0.1.0'
gem.add_dependency 'rubyzip', '~> 2.3.2'
end

0 comments on commit 230672e

Please sign in to comment.