Skip to content

Commit 1ebf7d0

Browse files
committed
v1.0.2
1 parent 1003e3d commit 1ebf7d0

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

package.xml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<packageinformation>
44
<packagename>CodeMirror</packagename>
55
<packagedescription><![CDATA[Implements CodeMirror]]></packagedescription>
6-
<version>1.0.1</version>
6+
<version>1.0.2</version>
77
<date>2021-09-12</date>
88
</packageinformation>
99

@@ -24,10 +24,26 @@
2424
<instruction type="file" />
2525
<instruction type="acpTemplate" />
2626
<instruction type="template" />
27+
28+
<instruction type="option" />
29+
30+
<instruction type="language" />
2731
</instructions>
2832

2933
<instructions type="update" fromversion="1.0.0">
3034
<instruction type="acpTemplate" />
3135
<instruction type="template" />
36+
37+
<instruction type="option" />
38+
39+
<instruction type="language" />
40+
</instructions>
41+
<instructions type="update" fromversion="1.0.1">
42+
<instruction type="acpTemplate" />
43+
<instruction type="template" />
44+
45+
<instruction type="option" />
46+
47+
<instruction type="language" />
3248
</instructions>
3349
</package>

0 commit comments

Comments
 (0)