Skip to content

Commit

Permalink
Update .sketchplugin
Browse files Browse the repository at this point in the history
  • Loading branch information
rodionovd committed Jul 11, 2016
1 parent 1d31bca commit 2d4fbc1
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>15E65</string>
<string>15F34</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand All @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>0.98</string>
<string>0.99</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion States.sketchplugin/Contents/Sketch/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Create different artboard states and switch between them easily",
"author": "Eden Vidal",
"homepage": "http://edenvidal.com",
"version": 0.98,
"version": 0.99,
"identifier": "com.edenvidal.states-for-sketch",
"compatibleVersion": 3,
"bundleVersion": 1,
Expand Down
1 change: 1 addition & 0 deletions States.sketchplugin/Contents/Sketch/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ function showStatesWindow(context)
} else {
[controller showWindow: nil];
}
[STSketch toggleStatesPluginName];
}

0 comments on commit 2d4fbc1

Please sign in to comment.