Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Mar 16, 2021
1 parent 2e62a44 commit 3cd8e63
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
24 changes: 23 additions & 1 deletion lib/asciidoctor/m3aawg/isodoc.rng
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
</attribute>
</optional>
<oneOrMore>
<ref name="li"/>
<ref name="ul_li"/>
</oneOrMore>
<zeroOrMore>
<ref name="note"/>
Expand Down Expand Up @@ -1716,4 +1716,26 @@
</zeroOrMore>
</element>
</define>
<define name="ul_li">
<element name="li">
<optional>
<attribute name="id">
<data type="ID"/>
</attribute>
</optional>
<optional>
<attribute name="uncheckedcheckbox">
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="checkedcheckbox">
<data type="boolean"/>
</attribute>
</optional>
<oneOrMore>
<ref name="BasicBlock"/>
</oneOrMore>
</element>
</define>
</grammar>
2 changes: 1 addition & 1 deletion lib/metanorma/m3aawg/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Metanorma
module M3AAWG
VERSION = "1.6.7"
VERSION = "1.6.8"
end
end

0 comments on commit 3cd8e63

Please sign in to comment.