Skip to content

Commit 89da95c

Browse files
committed
1.0.6 update appcast
1 parent a13afba commit 89da95c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

appcast.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<description>replace symbols in an existing documents with library symbols</description>
77
<language>en</language>
88
<item>
9-
<title>Version 1.0.5</title>
9+
<title>Version 1.0.6</title>
1010
<description>
1111
<![CDATA[
1212
<ul>
13-
<li>initial release v1.0.5</li>
13+
<li>initial release v1.0.6</li>
1414
</ul>
1515
]]>
1616
</description>
17-
<enclosure url="https://github.com/zeroheight/library-symbol-replacer/releases/download/v1.0.5/library-symbol-replacer.sketchplugin.zip" sparkle:version="1.0.5" />
17+
<enclosure url="https://github.com/zeroheight/library-symbol-replacer/releases/download/v1.0.6/library-symbol-replacer.sketchplugin.zip" sparkle:version="1.0.6" />
1818
</item>
1919
</channel>
2020
</rss>

library-symbol-replacer.sketchplugin/Contents/Sketch/manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "Library Symbol Replacer",
33
"identifier": "com.zeroheight.library-symbol-replacer",
4-
"version": "1.0.5",
4+
"version": "1.0.6",
55
"description": "replace local symbols with library symbols",
66
"authorEmail": "[email protected]",
77
"author": "zeroheight team",
8-
"appcast": "https://api.sketchpacks.com/v1/plugins/com.zeroheight.library-symbol-replacer/appcast",
8+
"appcast": "https://raw.githubusercontent.com/zeroheight/library-symbol-replacer/master/appcast.xml",
99
"updateURL": "https://github.com/zeroheight/library-symbol-replacer",
1010
"compatibleVersion": 1,
1111
"bundleVersion": 1,

0 commit comments

Comments
 (0)