Skip to content

Commit c2c17e4

Browse files
committed
version bump
1 parent 3262c7f commit c2c17e4

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

lib/asciidoctor/iho/biblio.rng

+1
Original file line numberDiff line numberDiff line change
@@ -787,6 +787,7 @@
787787
<value>adapted</value>
788788
<value>vote-started</value>
789789
<value>vote-ended</value>
790+
<value>announced</value>
790791
</choice>
791792
</define>
792793
<define name="bdate">

lib/asciidoctor/iho/isodoc.rng

+1-3
Original file line numberDiff line numberDiff line change
@@ -1191,9 +1191,7 @@
11911191
</define>
11921192
<define name="IsoWorkgroup">
11931193
<optional>
1194-
<attribute name="number">
1195-
<data type="int"/>
1196-
</attribute>
1194+
<attribute name="number"/>
11971195
</optional>
11981196
<optional>
11991197
<attribute name="type"/>

lib/metanorma/iho/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Metanorma
22
module IHO
3-
VERSION = "0.3.2".freeze
3+
VERSION = "0.3.3".freeze
44
end
55
end

0 commit comments

Comments
 (0)