Skip to content

Commit

Permalink
🎉 Release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarmarcelo committed Jun 9, 2020
1 parent 715a9ee commit 8e4a28a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions .appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@
<description>Release notes for Loci, a customizable Sketch Data builder.</description>
<language>en</language>

<item>
<title>Version 0.3.1</title>
<description>
<![CDATA[
<ul>
<li>Fixed "Hex Color" data token not generating text in uppercase by default.</li>
<li>Removed "Uppercase" option in "Text Transform" setting in "Hex Color" data token, since it is already the default value.</li>
</ul>
]]>
</description>
<pubDate>Mon, 9 Jun 2020 12:48:00 +0000</pubDate>
<sparkle:releaseNotesLink>https://github.com/oscarmarcelo/loci/releases/tag/v0.3.1</sparkle:releaseNotesLink>
<enclosure url="https://github.com/oscarmarcelo/loci/releases/download/v0.3.1/loci.sketchplugin.zip" sparkle:version="0.3.1"/>
</item>

<item>
<title>Version 0.3.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.3.0",
"version": "0.3.1",
"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.3.0', // TODO: Get version from manifest.json.
PLUGIN_VERSION: '0.3.1', // TODO: Get version from manifest.json.
MAIN_WINDOW_ID: `${pluginId}.${mainWindow}`,
MAIN_WINDOW_OBSERVERS: `${pluginId}.${mainWindow}.observers`,
TOKEN_POPOVER_WINDOW_ID: `${pluginId}.${tokenPopover}`,
Expand Down

0 comments on commit 8e4a28a

Please sign in to comment.