Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Jun 17, 2024
1 parent 187d743 commit 342c6aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/metanorma/cli/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Metanorma
module Cli
VERSION = "1.10.0".freeze
VERSION = "1.10.1".freeze
end
end
2 changes: 2 additions & 0 deletions metanorma-cli.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rubocop", "~> 1.5.2"
spec.add_development_dependency "sassc"

# TEMPORARY
spec.add_runtime_dependency "html2doc", "= 1.8.3"
spec.add_runtime_dependency "metanorma-ietf", "~> 3.3.0"
spec.add_runtime_dependency "metanorma-iso", "~> 2.7.3"
spec.add_runtime_dependency "mnconvert"
Expand Down

0 comments on commit 342c6aa

Please sign in to comment.