Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Jul 22, 2024
1 parent 9c6f4c4 commit 291187d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
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.2".freeze
VERSION = "1.10.3".freeze
end
end
4 changes: 1 addition & 3 deletions metanorma-cli.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ 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.8.0"
spec.add_runtime_dependency "mnconvert"
Expand All @@ -56,7 +54,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "metanorma-itu", "~> 2.4.0"
# spec.add_runtime_dependency "metanorma-nist", "~> 2.3.0"
spec.add_runtime_dependency "metanorma-ieee", "~> 1.2.0"
spec.add_runtime_dependency "metanorma-jis", "~> 0.2.0"
spec.add_runtime_dependency "metanorma-jis", "~> 0.3.0"
spec.add_runtime_dependency "metanorma-ogc", "~> 2.5.0"
spec.add_runtime_dependency "metanorma-un", "~> 0.12.0"
spec.add_runtime_dependency "relaton-cli", ">= 0.8.2"
Expand Down

0 comments on commit 291187d

Please sign in to comment.