-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathappcast.xml
43 lines (43 loc) · 1.46 KB
/
appcast.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Chain</title>
<link>https://raw.githubusercontent.com/margusholland/Comma/master/comma-plugin-appcast.xml</link>
<description>Dynamic color relations inside Sketch.</description>
<language>en</language>
<item>
<title>Version 0.9</title>
<description>
<![CDATA[
<ul>
<li>First release! </li>
<li>Great things to come.</li>
</ul>
]]>
</description>
<enclosure url="https://github.com/LaloMrtnz/Chain/archive/v0.9.zip" sparkle:version="0.9" />
</item>
<item>
<title>Chain v0.9.1</title>
<description>
<![CDATA[
<ul>
<li>Fixes a bug that made Hue Chains to work incorrectly.</li>
</ul>
]]>
</description>
<enclosure url="https://github.com/LaloMrtnz/Chain/archive/v0.9.1.zip" sparkle:version="0.9.1" />
</item>
<item>
<title>Chain v0.9.2</title>
<description>
<![CDATA[
<ul>
<li>Now works on previous versions of OSX.</li>
</ul>
]]>
</description>
<enclosure url="https://github.com/LaloMrtnz/Chain/archive/v0.9.2.zip" sparkle:version="0.9.2" />
</item>
</channel>
</rss>