Skip to content

Commit

Permalink
Update version to 2.2.0 - prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas committed Jun 19, 2017
1 parent cc3a0e6 commit c56643c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Say goodbye to Lorem Ipsum: populate your Sketch documents with meaningful data.",
"author": "precious design studio",
"authorEmail": "info@precious-forever.com",
"version": "2.1.4",
"version": "2.2.0",
"identifier": "com.precious-forever.sketch.datapopulator2",
"compatibleVersion": "43",
"appcast": "https://github.com/preciousforever/sketch-data-populator/blob/master/appcast.xml",
Expand Down
4 changes: 2 additions & 2 deletions Sketch Data Populator.sketchplugin/Contents/Sketch/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -8463,7 +8463,7 @@ var HKSketchFusionExtension = exports.HKSketchFusionExtension = {
description: 'Say goodbye to Lorem Ipsum: populate your Sketch documents with meaningful data.',
author: 'precious design studio',
authorEmail: 'info@precious-forever.com',
version: '2.1.4',
version: '2.2.0',
identifier: 'com.precious-forever.sketch.datapopulator2',
compatibleVersion: '43',
appcast: 'https://github.com/preciousforever/sketch-data-populator/blob/master/appcast.xml',
Expand Down Expand Up @@ -8552,7 +8552,7 @@ __globals.___clearLayers_run_handler_ = function (context, params) {
"description": "Say goodbye to Lorem Ipsum: populate your Sketch documents with meaningful data.",
"author": "precious design studio",
"authorEmail": "info@precious-forever.com",
"version": "2.1.4",
"version": "2.2.0",
"identifier": "com.precious-forever.sketch.datapopulator2",
"compatibleVersion": "43",
"appcast": "https://github.com/preciousforever/sketch-data-populator/blob/master/appcast.xml",
Expand Down
4 changes: 2 additions & 2 deletions appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<description>Say goodbye to Lorem Ipsum: populate your Sketch documents with meaningful data.</description>
<language>en</language>
<item>
<title>Version 2.1.3</title>
<title>Version 2.2.0</title>
<description>
<![CDATA[
<ul>
Expand All @@ -15,7 +15,7 @@
</ul>
]]>
</description>
<enclosure url="https://github.com/preciousforever/sketch-data-populator/releases/download/v2.1.3/SketchDataPopulator.zip" sparkle:version="1.1" />
<enclosure url="https://github.com/preciousforever/sketch-data-populator/releases/download/v2.2.0/SketchDataPopulator.zip" sparkle:version="1.1" />
</item>
</channel>
</rss>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sketch-data-populator",
"version": "2.1.3",
"version": "2.2.0",
"description": "Say goodbye to Lorem Ipsum: populate your Sketch documents with meaningful data.",
"author": "precious design studio",
"authorEmail": "info@precious-forever.com",
Expand Down
2 changes: 1 addition & 1 deletion src/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const HKSketchFusionExtension = {
description: 'Say goodbye to Lorem Ipsum: populate your Sketch documents with meaningful data.',
author: 'precious design studio',
authorEmail: 'info@precious-forever.com',
version: '2.1.4',
version: '2.2.0',
identifier: 'com.precious-forever.sketch.datapopulator2',
compatibleVersion: '43',
appcast: 'https://github.com/preciousforever/sketch-data-populator/blob/master/appcast.xml',
Expand Down

0 comments on commit c56643c

Please sign in to comment.