diff --git a/Find And Replace.sketchplugin/Contents/Sketch/FindAndReplace.sketchscript b/Find And Replace.sketchplugin/Contents/Sketch/FindAndReplace.sketchscript index 7e8db6b..d7091cf 100644 --- a/Find And Replace.sketchplugin/Contents/Sketch/FindAndReplace.sketchscript +++ b/Find And Replace.sketchplugin/Contents/Sketch/FindAndReplace.sketchscript @@ -49,6 +49,7 @@ var FindAndReplace = function (context) { if (selection && selection.count() == 1 && selection[0].class() == MSTextLayer) { textToFind = selection[0].stringValue().trim(); } + } diff --git a/Find And Replace.sketchplugin/Contents/Sketch/manifest.json b/Find And Replace.sketchplugin/Contents/Sketch/manifest.json index 6dff8d9..1bae5c7 100755 --- a/Find And Replace.sketchplugin/Contents/Sketch/manifest.json +++ b/Find And Replace.sketchplugin/Contents/Sketch/manifest.json @@ -3,7 +3,7 @@ "description": "A robust tool for changing text within layers and symbol overrides.", "author": "Martin Steven and Thierry Charbonnel", "homepage": "https://github.com/thierryc/Sketch-Find-And-Replace/", - "version": 1.5, + "version": 1.6, "identifier": "cx.ap.sketch-find-and-replace", "updateURL": "https://raw.githubusercontent.com/thierryc/Sketch-Find-And-Replace/master/Find%20And%20Replace.sketchplugin/Contents/Sketch/manifest.json", "appcast": "https://raw.githubusercontent.com/thierryc/Sketch-Find-And-Replace/master/appcast.xml", diff --git a/appcast.xml b/appcast.xml index 47de170..526501d 100644 --- a/appcast.xml +++ b/appcast.xml @@ -5,6 +5,18 @@ https://raw.githubusercontent.com/thierryc/Sketch-Find-And-Replace/master/appcast.xml Finds text in selected layer(s) and all layers contained within - and replaces it with different text. Features partial, case sensitive and full-document matching. en + + 1.6 + + +
  • Added integration with Sketch App's Update System 1.6
  • + + ]]> +
    + Tue Jul 4 18:00:00 EDT 2017 + +
    1.5