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 8212a9c commit 5144a7a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions lib/metanorma/un/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/un/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Metanorma
module UN
VERSION = "0.12.13".freeze
VERSION = "0.12.14".freeze
end
end

0 comments on commit 5144a7a

Please sign in to comment.