Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Nov 4, 2021
1 parent 8f6f044 commit 6c935dc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion lib/asciidoctor/cc/isodoc.rng
Original file line number Diff line number Diff line change
Expand Up @@ -2063,7 +2063,12 @@
<define name="verbaldefinition">
<element name="verbaldefinition">
<oneOrMore>
<ref name="paragraph"/>
<choice>
<ref name="paragraph"/>
<ref name="dl"/>
<ref name="ol"/>
<ref name="ul"/>
</choice>
</oneOrMore>
<zeroOrMore>
<ref name="termsource"/>
Expand Down Expand Up @@ -2163,6 +2168,12 @@
<value>modified</value>
</choice>
</attribute>
<attribute name="type">
<choice>
<value>authoritative</value>
<value>lineage</value>
</choice>
</attribute>
<ref name="origin"/>
<optional>
<ref name="modification"/>
Expand Down
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.0".freeze
VERSION = "1.8.1".freeze
end
end

0 comments on commit 6c935dc

Please sign in to comment.