Skip to content

Commit

Permalink
prepare v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mutec committed Nov 4, 2017
1 parent 542f347 commit 66eea89
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,21 @@
<packageinformation>
<packagename>ACE Codeeditor</packagename>
<packagedescription><![CDATA[Implements an alternative to CodeMirror]]></packagedescription>
<version>1.0.0 Alpha 2</version>
<date>2017-09-04</date>
<version>1.0.0</version>
<date>2017-11-05</date>
</packageinformation>

<authorinformation>
<author><![CDATA[Florian Gail]]></author>
<authorurl><![CDATA[https://www.mysterycode.de]]></authorurl>
</authorinformation>

<compatibility>
<api version="2018" />
</compatibility>

<requiredpackages>
<requiredpackage minversion="3.0.0 Alpha 1">com.woltlab.wcf</requiredpackage>
<requiredpackage minversion="3.0.0">com.woltlab.wcf</requiredpackage>
</requiredpackages>

<excludedpackages>
Expand All @@ -27,7 +31,7 @@
<instruction type="language" />
</instructions>

<instructions type="update" fromversion="1.0.0 Alpha 1">
<instructions type="update" fromversion="1.0.0 Alpha 2">
<instruction type="file" />
<instruction type="acpTemplate" />
<instruction type="option" />
Expand Down

0 comments on commit 66eea89

Please sign in to comment.