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 b050d53 commit 3319888
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions lib/metanorma/csa/csa.rng
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<ref name="csand-standard"/>
</start>
<define name="FigureBody">
<optional>
<zeroOrMore>
<ref name="source"/>
</optional>
</zeroOrMore>
<optional>
<ref name="tname"/>
</optional>
Expand Down
10 changes: 5 additions & 5 deletions lib/metanorma/csa/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/csa/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Metanorma
module Csa
VERSION = "2.4.10".freeze
VERSION = "2.4.11".freeze
end
end

0 comments on commit 3319888

Please sign in to comment.