Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
1.6 version
  • Loading branch information
Thierry Charbonnel committed Jul 4, 2017
1 parent 0d4a8d8 commit e3d2cc8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ var FindAndReplace = function (context) {
if (selection && selection.count() == 1 && selection[0].class() == MSTextLayer) {
textToFind = selection[0].stringValue().trim();
}

}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
12 changes: 12 additions & 0 deletions appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@
<link>https://raw.githubusercontent.com/thierryc/Sketch-Find-And-Replace/master/appcast.xml</link>
<description>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.</description>
<language>en</language>
<item>
<title>1.6</title>
<description>
<![CDATA[
<ul>
<li>Added integration with Sketch App's Update System 1.6</li>
</ul>
]]>
</description>
<pubDate>Tue Jul 4 18:00:00 EDT 2017</pubDate>
<enclosure url="https://github.com/thierryc/Sketch-Find-And-Replace/archive/v1.6.zip" type="application/octet-stream" sparkle:version="1.6"/>
</item>
<item>
<title>1.5</title>
<description>
Expand Down

0 comments on commit e3d2cc8

Please sign in to comment.