Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Aug 6, 2024
1 parent 960e654 commit 806a3ab
Show file tree
Hide file tree
Showing 2 changed files with 4 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.4".freeze
VERSION = "1.10.5".freeze
end
end
6 changes: 3 additions & 3 deletions metanorma-cli.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,16 @@ Gem::Specification.new do |spec|
# spec.add_runtime_dependency "metanorma-gb", "~> 1.5.0"
spec.add_runtime_dependency "metanorma-cc", "~> 2.4.0"
spec.add_runtime_dependency "metanorma-csa", "~> 2.4.0"
spec.add_runtime_dependency "metanorma-iec", "~> 2.4.0"
spec.add_runtime_dependency "metanorma-iec", "~> 2.5.0"
# spec.add_runtime_dependency 'metanorma-ribose', "~> 2.3.0"
spec.add_runtime_dependency "metanorma-bipm", "~> 2.4.0"
spec.add_runtime_dependency "metanorma-generic", "~> 2.6.2"
spec.add_runtime_dependency "metanorma-standoc", "~> 2.9.0"
spec.add_runtime_dependency "metanorma-standoc", "~> 2.9.3"
# spec.add_runtime_dependency 'metanorma-mpfa', "~> 0.9.0"
spec.add_runtime_dependency "git", "~> 1.5"
spec.add_runtime_dependency "metanorma", "~> 2.0.0"
spec.add_runtime_dependency "metanorma-iho", "~> 1.0.0"
spec.add_runtime_dependency "metanorma-itu", "~> 2.4.0"
spec.add_runtime_dependency "metanorma-itu", "~> 2.5.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.3.0"
Expand Down

0 comments on commit 806a3ab

Please sign in to comment.