Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit b2babc1

Browse files
authored
Merge pull request #9 from lucaorio/feature/icon
added regular icon, and bumped version
2 parents 022c617 + eff0ef1 commit b2babc1

File tree

6 files changed

+15
-2
lines changed

6 files changed

+15
-2
lines changed
Loading

Sketch Resize.sketchplugin/Contents/Sketch/manifest.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"compatibleVersion": 3,
55
"bundleVersion": 1,
66
"identifier": "com.sketch.resize",
7+
"icon": "sketch-icon.png",
78
"appcast": "https://raw.githubusercontent.com/lucaorio/sketch-resize/master/appcast.xml",
89
"commands": [
910
{
@@ -21,7 +22,7 @@
2122
"main"
2223
]
2324
},
24-
"version": "2.0.0",
25+
"version": "2.1.0",
2526
"description": "Resize (not scale) multiple layers at once via shortcut",
2627
"homepage": "https://github.com/lucaorio/sketch-resize#readme",
2728
"disableCocoaScriptPreprocessor": true

appcast.xml

+11
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,16 @@
5050
</description>
5151
<enclosure url="https://github.com/lucaorio/sketch-resize/releases/download/v2.0.0/sketch-resize.zip" sparkle:version="2.0.0" />
5252
</item>
53+
<item>
54+
<title>Sketch Resize 2.1.0</title>
55+
<description>
56+
<![CDATA[
57+
<ul>
58+
<li>Added regular icon</li>
59+
</ul>
60+
]]>
61+
</description>
62+
<enclosure url="https://github.com/lucaorio/sketch-resize/releases/download/v2.1.0/sketch-resize.zip" sparkle:version="2.1.0" />
63+
</item>
5364
</channel>
5465
</rss>

assets/sketch-icon.png

6.54 KB
Loading

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sketch-resize",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Resize (not scale) multiple layers at once via shortcut",
55
"author": "Luca Orio <luca.o@me.com>",
66
"homepage": "https://github.com/lucaorio/sketch-resize#readme",

src/manifest.json

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"compatibleVersion": 3,
55
"bundleVersion": 1,
66
"identifier": "com.sketch.resize",
7+
"icon": "sketch-icon.png",
78
"appcast": "https://raw.githubusercontent.com/lucaorio/sketch-resize/master/appcast.xml",
89
"commands": [
910
{

0 commit comments

Comments
 (0)