Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed May 22, 2023
1 parent 33c3e7a commit 0e96cd8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion lib/metanorma/cc/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.2.1 -->
<!-- VERSION v1.2.2 -->
<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 @@ -211,6 +211,9 @@
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="style"/>
</optional>
<ref name="CitationType"/>
<oneOrMore>
<ref name="PureTextElement"/>
Expand Down Expand Up @@ -2136,6 +2139,7 @@
<choice>
<value>identical</value>
<value>modified</value>
<value>adapted</value>
<value>restyled</value>
<value>context-added</value>
<value>generalisation</value>
Expand Down
2 changes: 1 addition & 1 deletion lib/metanorma/cc/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Metanorma
module CC
VERSION = "2.2.8".freeze
VERSION = "2.2.9".freeze
end
end

0 comments on commit 0e96cd8

Please sign in to comment.