Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Jun 7, 2021
1 parent 82a1dc5 commit f264459
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion asciimath2unitsml.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Gem::Specification.new do |spec|

spec.add_dependency "asciimath"
spec.add_dependency "htmlentities"
spec.add_dependency "nokogiri", "~> 1.10.4"
spec.add_dependency "nokogiri", "~> 1.11"
spec.add_dependency "rsec", "~> 1.0.0"

spec.add_development_dependency "bundler"
Expand Down
2 changes: 1 addition & 1 deletion lib/asciimath2unitsml/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Asciimath2UnitsML
VERSION = "0.3.2".freeze
VERSION = "0.3.3".freeze
end

0 comments on commit f264459

Please sign in to comment.