Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Aug 20, 2019
1 parent 4062f60 commit 9b86b00
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/asciidoctor/csand/reqt.rng
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
</element>
</define>
<define name="reqinherit">
<element name="subject">
<element name="inherit">
<text/>
</element>
</define>
Expand Down
2 changes: 1 addition & 1 deletion lib/metanorma/csand/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Metanorma
module Csand
VERSION = "1.2.3"
VERSION = "1.3.0"
end
end
4 changes: 2 additions & 2 deletions metanorma-csand.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ Gem::Specification.new do |spec|
spec.add_dependency "thread_safe"
spec.add_dependency "uuidtools"

spec.add_dependency "metanorma-standoc", "~> 1.2.0"
spec.add_dependency "isodoc", "~> 0.10.0"
spec.add_dependency "metanorma-standoc", "~> 1.3.0"
spec.add_dependency "isodoc", "~> 1.0.0"

spec.add_development_dependency "bundler", "~> 2.0.1"
spec.add_development_dependency "byebug", "~> 9.1"
Expand Down

0 comments on commit 9b86b00

Please sign in to comment.