Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Jan 10, 2022
1 parent 6351900 commit 5039335
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/metanorma/cc/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Metanorma
module CC
VERSION = "1.8.5".freeze
VERSION = "2.0.0".freeze
end
end
2 changes: 1 addition & 1 deletion metanorma-cc.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]
spec.required_ruby_version = Gem::Requirement.new(">= 2.5.0")

spec.add_dependency "metanorma-generic", "~> 1.11.0"
spec.add_dependency "metanorma-generic", "~> 2.0.0"

spec.add_development_dependency "debug"
spec.add_development_dependency "equivalent-xml", "~> 0.6"
Expand Down

0 comments on commit 5039335

Please sign in to comment.