From 0620b21ed3dbbedccd1a66441805e86a645e82e4 Mon Sep 17 00:00:00 2001 From: Pausansol Date: Sun, 24 Feb 2019 20:50:48 +0100 Subject: [PATCH] v1.4.0 commit --- Camilo.sketchplugin/Contents/Sketch/manifest.json | 2 +- README.md | 6 ++++-- appcast.xml | 4 ++-- package.json | 2 +- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Camilo.sketchplugin/Contents/Sketch/manifest.json b/Camilo.sketchplugin/Contents/Sketch/manifest.json index adc926b..4654666 100644 --- a/Camilo.sketchplugin/Contents/Sketch/manifest.json +++ b/Camilo.sketchplugin/Contents/Sketch/manifest.json @@ -16,7 +16,7 @@ "icon": "icon.png", "appcast": "https://raw.githubusercontent.com/pausansol/camilo/master/appcast.xml", "compatibleVersion": "53", - "version": "1.3.0", + "version": "1.4.0", "description": "Swap theme from selected library.", "homepage": "https://github.com/Pausansol/Camilo#readme", "name": "Camilo", diff --git a/README.md b/README.md index 70a6631..85cb32f 100755 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ New in 1.3 ## Install -* Download and install the `camilo.sketchplugin` zip file [here](https://github.com/Pausansol/Camilo/releases/download/v1.3/Camilo.sketchplugin.zip). +* Download and install the `camilo.sketchplugin` zip file [here](https://github.com/Pausansol/Camilo/releases/download/v1.4/Camilo.sketchplugin.zip). * Or you can install it with Sketch Runner, just go to the `install` command and search for `Camilo`. Runner allows you to manage plugins and do much more to speed up your workflow in Sketch. @@ -35,7 +35,7 @@ It replaces symbols by name ## Usage -* Download the `example` zip file [here](https://github.com/Pausansol/Camilo/releases/download/v1.4/Example.zip). +* Download the `example` zip file [here](https://github.com/Pausansol/Camilo/releases/download/v1.4/Camilo_example.zip). * Install the main library and the brand libraries @@ -45,6 +45,8 @@ It replaces symbols by name * 🎉 🎈 🙌🏼 🎈 🎉 + + ## Contact diff --git a/appcast.xml b/appcast.xml index 3b1b63c..9cb84e9 100644 --- a/appcast.xml +++ b/appcast.xml @@ -6,8 +6,8 @@ Camilo Plugin en - Version 1.3 - + Version 1.4 + \ No newline at end of file diff --git a/package.json b/package.json index 44a94d4..8146216 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "camilo", - "version": "1.3.0", + "version": "1.4.0", "description": "Swap theme from selected library.", "skpm": { "name": "Camilo",