Skip to content

Commit 14471d1

Browse files
committed
Sketch Runner Support for CoolHue
1 parent 13f6484 commit 14471d1

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

appcast.xml

+4
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,9 @@
1717
<title>Version 2.0.5</title>
1818
<enclosure url="https://github.com/webkul/coolhue/releases/download/v2.0.5/CoolHue.sketchplugin.zip" sparkle:version="2.0.5"/>
1919
</item>
20+
<item>
21+
<title>Version 2.0.6</title>
22+
<enclosure url="https://github.com/webkul/coolhue/releases/download/v2.0.6/CoolHue.sketchplugin.zip" sparkle:version="2.0.6"/>
23+
</item>
2024
</channel>
2125
</rss>
Loading

distro/CoolHue.sketchplugin/Contents/Sketch/manifest.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
{
77
"name": "Palette",
88
"identifier": "coolhue-palette-trigger",
9-
"script": "coolhue.js"
9+
"script": "coolhue.js",
10+
"description": "Show CoolHue Bar",
11+
"icon": "icon-transparent.png"
1012
}
1113
],
1214
"menu": {
@@ -16,8 +18,8 @@
1618
]
1719
},
1820
"appcast": "https://raw.githubusercontent.com/webkul/coolhue/master/appcast.xml",
19-
"version": "2.0.5",
20-
"description": "Coolest handpicked Gradient Hues and Swatches",
21+
"version": "2.0.6",
22+
"description": "Coolest handpicked gradient hues and swatches",
2123
"name": "CoolHue",
2224
"identifier": "CoolHue",
2325
"disableCocoaScriptPreprocessor": true,

0 commit comments

Comments
 (0)