Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Dec 10, 2024
1 parent 55bc66c commit 97275bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/metanorma/ieee/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Metanorma
module Ieee
VERSION = "1.3.5".freeze
VERSION = "1.3.6".freeze
end
end
3 changes: 1 addition & 2 deletions metanorma-ieee.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]
spec.required_ruby_version = Gem::Requirement.new(">= 3.1.0")

spec.add_dependency "metanorma-standoc", "~> 2.10.1"
spec.add_dependency "metanorma-standoc", "~> 2.10.2"
spec.add_dependency "mnconvert", "~> 1.20"
spec.add_dependency "pubid"
# spec.add_dependency "nokogiri", "~> 1.16.0"

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

0 comments on commit 97275bf

Please sign in to comment.