Skip to content

Commit ee0173f

Browse files
committed
1.0.8 - update sketch compat and change to sketchpacks appcast
1 parent 9fb5d59 commit ee0173f

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

appcast.xml

+11
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@
55
<link>http://sparkle-project.org/files/sparkletestcast.xml</link>
66
<description>replace symbols in an existing documents with library symbols</description>
77
<language>en</language>
8+
<item>
9+
<title>Version 1.0.8</title>
10+
<description>
11+
<![CDATA[
12+
<ul>
13+
<li>update sketch compat version</li>
14+
</ul>
15+
]]>
16+
</description>
17+
<enclosure url="https://github.com/zeroheight/library-symbol-replacer/releases/download/v1.0.8/library-symbol-replacer.sketchplugin.zip" sparkle:version="1.0.8" />
18+
</item>
819
<item>
920
<title>Version 1.0.7</title>
1021
<description>

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

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

0 commit comments

Comments
 (0)