Skip to content
This repository was archived by the owner on Sep 19, 2021. It is now read-only.

Commit 560ec1e

Browse files
Update 1.0.1
1 parent 0e197fe commit 560ec1e

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

.appcast.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,23 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22
<rss xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
33
<channel>
4+
<title>Sketch Constraints</title>
5+
<link>https://github.com/bouchenoiremarc/Sketch-Constraints</link>
6+
<description>A plugin that integrates constraints in Sketch to lay out layers.</description>
7+
<language>en</language>
48
<item>
9+
<title>Sketch Constraints 1.0.1</title>
10+
<description>
11+
<![CDATA[
12+
<ul>
13+
<li>Added Sketch Runner integration</li>
14+
</ul>
15+
]]>
16+
</description>
17+
<enclosure url="https://github.com/bouchenoiremarc/Sketch-Constraints/releases/download/v1.0.1/Sketch.Constraints.sketchplugin.zip" sparkle:version="1.0.1"/>
18+
</item>
19+
<item>
20+
<title>Sketch Constraints 1.0</title>
521
<enclosure url="https://github.com/bouchenoiremarc/Sketch-Constraints/releases/download/v1.0/Sketch.Constraints.sketchplugin.zip" sparkle:version="1.0"/>
622
</item>
723
</channel>

Sketch Constraints.sketchplugin/Contents/Sketch/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author" : "Marc Bouchenoire",
55
"authorEmail" : "[email protected]",
66
"homepage": "https://github.com/bouchenoiremarc/Sketch-Constraints",
7-
"version" : "1.0",
7+
"version" : "1.0.1",
88
"identifier" : "com.bouchenoiremarc.sketch-constraints",
99
"appcast": "https://raw.githubusercontent.com/bouchenoiremarc/Sketch-Constraints/master/.appcast.xml",
1010
"compatibleVersion": 4,

0 commit comments

Comments
 (0)