diff --git a/Sketch Measure.sketchplugin/Contents/Sketch/library/common.js b/Sketch Measure.sketchplugin/Contents/Sketch/library/common.js
index 46aee13..63b1312 100755
--- a/Sketch Measure.sketchplugin/Contents/Sketch/library/common.js
+++ b/Sketch Measure.sketchplugin/Contents/Sketch/library/common.js
@@ -2896,7 +2896,7 @@ SM.extend({
var artboard = self.selectionArtboards[artboardIndex],
page = artboard.parentGroup(),
layer = artboard.children()[layerIndex];
- // log( page.name() + ' - ' + artboard.name() + ' - ' + layer.name());
+ log( page.name() + ' - ' + artboard.name() + ' - ' + layer.name());
try {
self.getLayer(
artboard, // Sketch artboard element
@@ -3064,6 +3064,7 @@ SM.extend({
if(layer && this.is(layer, MSLayerGroup) && /NOTE\#/.exec(layer.name())){
var textLayer = layer.children()[3];
+ log(textLayer)
data.notes.push({
rect: this.rectToJSON(textLayer.absoluteRect(), artboardRect),
note: this.toHTMLEncode(this.emojiToEntities(textLayer.stringValue())).replace(/\n/g, "
")
diff --git a/Sketch Measure.sketchplugin/Contents/Sketch/library/i18n/manifest-en.json b/Sketch Measure.sketchplugin/Contents/Sketch/library/i18n/manifest-en.json
index b192da7..8d2577a 100755
--- a/Sketch Measure.sketchplugin/Contents/Sketch/library/i18n/manifest-en.json
+++ b/Sketch Measure.sketchplugin/Contents/Sketch/library/i18n/manifest-en.json
@@ -177,7 +177,7 @@
"identifier": "com.utom.measure",
"appcast": "https://raw.githubusercontent.com/utom/sketch-measure/master/appcast.xml",
"homepage": "http://utom.design/measure/",
- "version": "2.7.3",
+ "version": "2.7.4",
"description" : "Make it a fun to create spec for developers and teammates",
"authorEmail" : "utombox@gmail.com",
"name" : "Sketch Measure"
diff --git a/Sketch Measure.sketchplugin/Contents/Sketch/library/i18n/manifest-zh-Hans.json b/Sketch Measure.sketchplugin/Contents/Sketch/library/i18n/manifest-zh-Hans.json
index 067040c..73fdf10 100755
--- a/Sketch Measure.sketchplugin/Contents/Sketch/library/i18n/manifest-zh-Hans.json
+++ b/Sketch Measure.sketchplugin/Contents/Sketch/library/i18n/manifest-zh-Hans.json
@@ -180,7 +180,7 @@
"identifier": "com.utom.measure",
"appcast": "https://raw.githubusercontent.com/utom/sketch-measure/master/appcast.xml",
"homepage": "http://utom.design/measure/",
- "version": "2.7.3",
+ "version": "2.7.4",
"description" : "Make it a fun to create spec for developers and teammates",
"authorEmail" : "utombox@gmail.com",
"name" : "Sketch Measure"
diff --git a/Sketch Measure.sketchplugin/Contents/Sketch/library/i18n/manifest-zh-Hant.json b/Sketch Measure.sketchplugin/Contents/Sketch/library/i18n/manifest-zh-Hant.json
index fd5c45f..4293873 100755
--- a/Sketch Measure.sketchplugin/Contents/Sketch/library/i18n/manifest-zh-Hant.json
+++ b/Sketch Measure.sketchplugin/Contents/Sketch/library/i18n/manifest-zh-Hant.json
@@ -180,7 +180,7 @@
"identifier": "com.utom.measure",
"appcast": "https://raw.githubusercontent.com/utom/sketch-measure/master/appcast.xml",
"homepage": "http://utom.design/measure/",
- "version": "2.7.3",
+ "version": "2.7.4",
"description" : "Make it a fun to create spec for developers and teammates",
"authorEmail" : "utombox@gmail.com",
"name" : "Sketch Measure"
diff --git a/Sketch Measure.sketchplugin/Contents/Sketch/manifest.json b/Sketch Measure.sketchplugin/Contents/Sketch/manifest.json
index b192da7..8d2577a 100755
--- a/Sketch Measure.sketchplugin/Contents/Sketch/manifest.json
+++ b/Sketch Measure.sketchplugin/Contents/Sketch/manifest.json
@@ -177,7 +177,7 @@
"identifier": "com.utom.measure",
"appcast": "https://raw.githubusercontent.com/utom/sketch-measure/master/appcast.xml",
"homepage": "http://utom.design/measure/",
- "version": "2.7.3",
+ "version": "2.7.4",
"description" : "Make it a fun to create spec for developers and teammates",
"authorEmail" : "utombox@gmail.com",
"name" : "Sketch Measure"
diff --git a/appcast.xml b/appcast.xml
index 97088c0..aa2715b 100644
--- a/appcast.xml
+++ b/appcast.xml
@@ -6,7 +6,7 @@
Make it a fun to create spec for developers and teammates
en
-
- Version 2.7.3
+ Version 2.7.4
@@ -14,7 +14,7 @@
]]>
-
+
-
Version 2.7