Skip to content

Commit

Permalink
Sketch 44.1 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
mludowise committed Jun 14, 2017
1 parent 4946c40 commit 6aa5cac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HTML.sketchplugin/Contents/Sketch/html.cocoascript
Expand Up @@ -83,7 +83,7 @@ function Exporter(context) {
}

function layerMarkedForExport(layer) {
var exportOptions = layer.exportOptionsGeneric();
var exportOptions = layer.exportOptions();
var formats = exportOptions.exportFormats();
return formats.count() > 0;
}
Expand Down
2 changes: 1 addition & 1 deletion HTML.sketchplugin/Contents/Sketch/manifest.json
Expand Up @@ -4,7 +4,7 @@
"homepage": "",
"bundleVersion": 1,
"identifier" : "com.mludowise.htmlexport",
"version" : 0.1,
"version" : 0.2,
"description" : "Export HTML from a Sketch file.",
"authorEmail" : "mludowise@gmail.com",
"compatibleVersion": 3,
Expand Down

0 comments on commit 6aa5cac

Please sign in to comment.