Skip to content

Commit 4584707

Browse files
committed
Version 0.8.9
1 parent e255435 commit 4584707

File tree

6 files changed

+3
-4
lines changed

6 files changed

+3
-4
lines changed

KeysForSketch.sketchplugin/Contents/Resources/KeysForSketch.framework/Versions/A/Headers/VDKSketchMSDocumentProtocol.h

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
@property(nonnull, retain, nonatomic) NSObject<VDKSketchMSDocumentDataProtocol> *documentData;
1414
@property(nonnull, retain, nonatomic) NSObject<VDKSketchMSActionControllerProtocol> *actionsController;
1515
@property(nonnull, retain, nonatomic) NSViewController<VDKSketchMSInspectorControllerProtocol> *inspectorController;
16-
@property(nullable, copy, nonatomic) NSObject<VDKSketchMSLayerArrayProtocol> *selectedLayers;
1716

1817
+ (nullable instancetype)currentDocument;
1918

KeysForSketch.sketchplugin/Contents/Resources/KeysForSketch.framework/Versions/A/Resources/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
<key>CFBundlePackageType</key>
1818
<string>FMWK</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.8.8</string>
20+
<string>0.8.9</string>
2121
<key>CFBundleSupportedPlatforms</key>
2222
<array>
2323
<string>MacOSX</string>
2424
</array>
2525
<key>CFBundleVersion</key>
26-
<string>1911</string>
26+
<string>1917</string>
2727
<key>DTCompiler</key>
2828
<string>com.apple.compilers.llvm.clang.1_0</string>
2929
<key>DTPlatformBuild</key>

KeysForSketch.sketchplugin/Contents/Sketch/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author" : "Vyacheslav Dubovitsky",
55
"homepage" : "https://github.com/exevil/Keys-For-Sketch/releases",
66
"appcast" : "https://api.sketchpacks.com/v1/plugins/com.vyacheslav-dubovitsky.KeysForSketch/appcast",
7-
"version" : "0.8.8",
7+
"version" : "0.8.9",
88
"description" : "Advanced shortcut manager for Sketch",
99
"authorEmail" : "m@dbv.ae",
1010
"commands" : [

0 commit comments

Comments
 (0)