Skip to content

Commit

Permalink
🎉 Release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarmarcelo committed Jul 30, 2020
1 parent dc6af86 commit c409d01
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions .appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@
<description>Release notes for Loci, a customizable Sketch Data builder.</description>
<language>en</language>

<item>
<title>Version 0.5.0</title>
<description>
<![CDATA[
<ul>
<li>Added support to keep leading zeros in the "Number" data token.</li>
<li>Added more 36 Template icons.</li>
<li>Improved the color rendering of the Template icons.</li>
</ul>
]]>
</description>
<pubDate>Thu, 30 Jul 2020 02:16:00 +0000</pubDate>
<sparkle:releaseNotesLink>https://github.com/oscarmarcelo/loci/releases/tag/v0.5.0</sparkle:releaseNotesLink>
<enclosure url="https://github.com/oscarmarcelo/loci/releases/download/v0.5.0/loci.sketchplugin.zip" sparkle:version="0.5.0"/>
</item>

<item>
<title>Version 0.4.0</title>
<description>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "loci",
"version": "0.4.0",
"version": "0.5.0",
"description": "Customizable Sketch Data builder.",
"homepage": "https://oscarmarcelo.com/loci",
"author": "Oscar Marcelo (https://oscarmarcelo.com)",
Expand Down
2 changes: 1 addition & 1 deletion src/common/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const selectPopover = 'select-popover';
export default {
PLUGIN_NAME: 'Loci',
PLUGIN_ID: pluginId,
PLUGIN_VERSION: '0.4.0', // TODO: Get version from manifest.json.
PLUGIN_VERSION: '0.5.0', // TODO: Get version from manifest.json.
MAIN_WINDOW_ID: `${pluginId}.${mainWindow}`,
MAIN_WINDOW_OBSERVERS: `${pluginId}.${mainWindow}.observers`,
ICON_POPOVER_WINDOW_ID: `${pluginId}.${selectPopover}.icons`,
Expand Down

0 comments on commit c409d01

Please sign in to comment.