Skip to content

Commit

Permalink
Merge pull request #4 from griffin-stewie/fix/appcast
Browse files Browse the repository at this point in the history
Fix appcast URL on manifest.json
  • Loading branch information
griffin-stewie authored Mar 24, 2019
2 parents b7baee1 + fd67c0e commit ad1bbf6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@
<title>SymbolNameAutocomplete</title>
<description>Autocomplete symbol name when create it.</description>
<language>en</language>
<item>
<title>Version 0.5.2</title>
<description>
<![CDATA[
<ul>
<li>Fix appcast URL on manifest.json</li>
</ul>
]]>
</description>
<enclosure url="https://github.com/griffin-stewie/SymbolNameAutocomplete/releases/download/v0.5.2/SymbolNameAutocomplete.sketchplugin.zip" sparkle:version="0.5.2" />
</item>
<item>
<title>Version 0.5.1</title>
<description>
Expand Down
4 changes: 2 additions & 2 deletions plugin/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"description": "This plugin gives you autocompletion of symbol names when creating a symbol.",
"author": "griffin-stewie",
"homepage": "https://griffin-stewie.github.io/",
"version": "0.5.1",
"version": "0.5.2",
"identifier": "net.cyan-stivy.sketchPlugin.symbol-name-autocomplete",
"icon": "icon.png",
"appcast": "https://github.com/griffin-stewie/SymbolNameAutocomplete/blob/master/.appcast.xml",
"appcast": "https://raw.githubusercontent.com/griffin-stewie/SymbolNameAutocomplete/master/.appcast.xml",
"compatibleVersion": 3,
"bundleVersion": 1,
"commands": [
Expand Down

0 comments on commit ad1bbf6

Please sign in to comment.