Skip to content

Commit

Permalink
馃悰 Fix Version Number In Export Header
Browse files Browse the repository at this point in the history
  • Loading branch information
philsinatra committed Jul 7, 2017
1 parent 810d90a commit c35bafc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
Expand Up @@ -3,7 +3,7 @@
/** Variables
---------------------------------------------------------*/
var app = NSApplication.sharedApplication();
var header = '/*! Sketch-Color-Vars v1.1.0 | MIT License | github.com/philsinatra/Sketch-Color-Vars/ */';
var header = '/*! Sketch-Color-Vars v1.3.1 | MIT License | github.com/philsinatra/Sketch-Color-Vars/ */';
var file_path = '';
var color_array = [];
var str_scss = header + "\n";
Expand Down
2 changes: 1 addition & 1 deletion Color-Vars.sketchplugin/Contents/Sketch/manifest.json
Expand Up @@ -4,7 +4,7 @@
"author": "Phil Sinatra",
"authorEmail": "code@philsinatra.com",
"homepage":"https://github.com/philsinatra/Sketch-Color-Vars",
"version": "1.3.0",
"version": "1.3.1",
"identifier" : "com.sketch.sketch-color-vars",
"bugs": {
"url": "https://github.com/philsinatra/Sketch-Color-Vars/issues"
Expand Down
11 changes: 11 additions & 0 deletions appcast.xml
Expand Up @@ -40,5 +40,16 @@
<pubDate>Fri, 07 July 2017 08:44:00 +0000</pubDate>
<enclosure url="https://github.com/philsinatra/Sketch-Color-Vars/archive/1.3.0.zip" sparkle:version="1.3.0" length="86811" type="application/octet-stream" />
</item>
<item>
<title>Version 1.3.1</title>
<description>
<![CDATA[
<p><b>Update Version 1.3.1</b></p>
<p>馃悰 Fix version number in export header</p>
]]>
</description>
<pubDate>Fri, 07 July 2017 09:03:00 +0000</pubDate>
<enclosure url="https://github.com/philsinatra/Sketch-Color-Vars/archive/1.3.1.zip" sparkle:version="1.3.1" length="86811" type="application/octet-stream" />
</item>
</channel>
</rss>

0 comments on commit c35bafc

Please sign in to comment.