-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathappcast.xml
31 lines (31 loc) · 1.36 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
<?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>
<item>
<title>Version 1.2.6</title>
<description>Some refactor and improvements. English moved to top on select box</description>
<enclosure url="https://github.com/kbirgoren/sketch-json-translator/archive/1.2.6.zip" sparkle:version="1.2.6"/>
</item>
<item>
<title>Version 1.2</title>
<description>Special characters problem solved.</description>
<enclosure url="https://github.com/kbirgoren/sketch-json-translator/archive/1.2.zip" sparkle:version="1.2"/>
</item>
<item>
<title>Version 1.1</title>
<description>Some bug fix and improvement</description>
<enclosure url="https://github.com/kbirgoren/sketch-json-translator/archive/1.1.zip" sparkle:version="1.1"/>
</item>
<item>
<title>Translate From JSON</title>
<link>https://raw.githubusercontent.com/kbirgoren/sketch-json-translator/master/appcast.xml</link>
<description>A Sketch plugin lets you use variables for texts in your designs.</description>
<language>en</language>
<title>Version 1.0</title>
<description/>
<enclosure url="https://github.com/kbirgoren/sketch-json-translator/releases/download/1.0/sketch-json-translator.zip" sparkle:version="1.0"/>
</item>
</channel>
</rss>