I'm trying to update a style that I created (Lime Twist) with some CSS improvements, for some reason I can't update the 1.0.0 version with the 1.0.1 version without getting two separate styles. I end up having Lime Twist version 1.0.0 and Lime Twist version 1.0.1 in my list of styles.
Below is what I have in my package.xml file. Can someone please tell me what I'm doing wrong?
XML
<?xml version="1.0" encoding="UTF-8"?>
<package name="net.wbbstyles.style.Limetwist" xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/maelstrom/package.xsd">
<packageinformation>
<packagename><![CDATA[LimeTwist]]></packagename>
<packagedescription language="de"><![CDATA[Eine grundlegende Stil mit nur einem Hauch von Kalk.]]></packagedescription>
<packagedescription language="en"><![CDATA[A basic style with just a little touch of lime.]]></packagedescription>
<version><![CDATA[1.0.1]]></version>
<date><![CDATA[2016-07-31]]></date>
</packageinformation>
<authorinformation>
<author><![CDATA[WBB Styles]]></author>
<authorurl><![CDATA[https://wbbstyles.net/]]></authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="2.1.11 pl 1"><![CDATA[com.woltlab.wcf]]></requiredpackage>
</requiredpackages>
<excludedpackages>
<excludedpackage version="2.2.0 Alpha 1"><![CDATA[com.woltlab.wcf]]></excludedpackage>
</excludedpackages>
<instructions type="install">
<instruction type="language">language/*.xml</instruction>
<instruction type="style"><![CDATA[style_0c8b7e6c57cec0d5b6b33111cfc9d1920bd549bb.tar]]></instruction>
</instructions>
<instructions type="update" fromversion="1.0.0">
<instruction type="style"><![CDATA[style_0c8b7e6c57cec0d5b6b33111cfc9d1920bd549bb.tar]]></instruction>
</instructions>
</package>
Display More