Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Aug 2, 2021
1 parent b5c320b commit 8561413
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions lib/asciidoctor/m3aawg/isodoc.rng
Original file line number Diff line number Diff line change
Expand Up @@ -1011,8 +1011,14 @@
<ref name="imagemap"/>
<ref name="svgmap"/>
<ref name="inputform"/>
<ref name="toc"/>
</choice>
</define>
<define name="toc">
<element name="toc">
<ref name="ul"/>
</element>
</define>
<define name="inputform">
<element name="form">
<attribute name="id">
Expand Down Expand Up @@ -1254,6 +1260,12 @@
<optional>
<attribute name="type"/>
</optional>
<optional>
<attribute name="identifier"/>
</optional>
<optional>
<attribute name="prefix"/>
</optional>
<text/>
</define>
<define name="ics">
Expand Down
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.7.7".freeze
VERSION = "1.7.8".freeze
end
end

0 comments on commit 8561413

Please sign in to comment.