Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Sep 11, 2023
1 parent cbb049b commit 4b797bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/metanorma/csa/version.rb
@@ -1,5 +1,5 @@
module Metanorma
module Csa
VERSION = "2.3.1".freeze
VERSION = "2.3.2".freeze
end
end
2 changes: 1 addition & 1 deletion metanorma-csa.gemspec
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]
spec.required_ruby_version = Gem::Requirement.new(">= 2.7.0")

spec.add_dependency "metanorma-generic", "~> 2.5.1"
spec.add_dependency "metanorma-generic", "~> 2.5.2"

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

0 comments on commit 4b797bf

Please sign in to comment.