Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbouchenoire committed Sep 18, 2017
1 parent 97c5951 commit e5f885f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .appcast.xml
Expand Up @@ -9,5 +9,9 @@
<title>Alembic 1.0</title>
<enclosure url="https://github.com/awkward/Alembic/releases/download/v1.0/alembic.sketchplugin.zip" sparkle:version="1.0"/>
</item>
<item>
<title>Alembic 1.0.1</title>
<enclosure url="https://github.com/awkward/Alembic/releases/download/v1.0.1/alembic.sketchplugin.zip" sparkle:version="1.0.1"/>
</item>
</channel>
</rss>
2 changes: 1 addition & 1 deletion Alembic.sketchplugin/Contents/Sketch/manifest.json
@@ -1,7 +1,7 @@
{
"name" : "⚗️ Alembic",
"identifier" : "co.awkward.alembic",
"version" : "1.0",
"version" : "1.0.1",
"description" : "Extract colors from your images.",
"appcast": "https://github.com/awkward/Alembic/master/.appcast.xml",
"commands" : [
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -16,7 +16,7 @@
</p>

<p align='center'>
<a href="https://github.com/awkward/Alembic/releases/download/v1.0/alembic.sketchplugin.zip">
<a href="https://github.com/awkward/Alembic/releases/download/v1.0.1/alembic.sketchplugin.zip">
<img src="Docs/download.png" width="209" alt="Download Alembic">
</a>
<a href="http://sketchrunner.com">
Expand Down Expand Up @@ -59,7 +59,7 @@ Search for `Alembic` in [Sketchpacks](https://sketchpacks.com) or just [install

### Manually

1. Download the [latest release](https://github.com/awkward/Alembic/releases/download/v1.0/alembic.sketchplugin.zip)
1. Download the [latest release](https://github.com/awkward/Alembic/releases/download/v1.0.1/alembic.sketchplugin.zip)
2. Open `Alembic.sketchplugin`

## License
Expand Down

0 comments on commit e5f885f

Please sign in to comment.