Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Jul 22, 2024
1 parent 8115066 commit 68a387d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lib/metanorma/itu/converter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def olist(node)
list_caption(node, xml_ol)
node.items.each { |item| li(xml_ol, item) }
end
end.join("\n")
end.join("")
end

def outputs(node, ret)
Expand Down
10 changes: 5 additions & 5 deletions lib/metanorma/itu/isodoc.rng
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
these elements; we just want one namespace for any child grammars
of this.
-->
<!-- VERSION v1.3.2 -->
<!-- VERSION v1.3.3 -->
<grammar xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
<include href="reqt.rng"/>
<include href="basicdoc.rng">
Expand Down Expand Up @@ -331,9 +331,9 @@
<zeroOrMore>
<ref name="table-note"/>
</zeroOrMore>
<optional>
<zeroOrMore>
<ref name="source"/>
</optional>
</zeroOrMore>
</define>
<define name="FigureAttr">
<optional>
Expand Down Expand Up @@ -380,9 +380,9 @@
<zeroOrMore>
<ref name="note"/>
</zeroOrMore>
<optional>
<zeroOrMore>
<ref name="source"/>
</optional>
</zeroOrMore>
</define>
<define name="source">
<element name="source">
Expand Down
2 changes: 1 addition & 1 deletion lib/metanorma/itu/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Metanorma
module ITU
VERSION = "2.4.11".freeze
VERSION = "2.4.12".freeze
end
end

0 comments on commit 68a387d

Please sign in to comment.