Skip to content

Commit

Permalink
Merge pull request #262 from adiwg/update/bump_version
Browse files Browse the repository at this point in the history
Bump Version
  • Loading branch information
jwaspin authored Aug 28, 2023
2 parents cc884c8 + ebd130b commit e0f6a2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion adiwg-mdtranslator.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "thor", "~> 0.19"
spec.add_runtime_dependency "uuidtools", "~> 2.1"
spec.add_runtime_dependency "json-schema", "~> 2.7"
spec.add_runtime_dependency "adiwg-mdjson_schemas", ">= 2.8"
spec.add_runtime_dependency "adiwg-mdjson_schemas", "~> 2.8"
spec.add_runtime_dependency "adiwg-mdcodes", "~> 2.8"
spec.add_runtime_dependency "jbuilder", "~> 2.5"
spec.add_runtime_dependency "kramdown", "~> 1.13"
Expand Down
2 changes: 1 addition & 1 deletion lib/adiwg/mdtranslator/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
module ADIWG
module Mdtranslator
# current mdtranslator version
VERSION = "2.18.1"
VERSION = "2.18.2"
end
end

Expand Down

0 comments on commit e0f6a2a

Please sign in to comment.