Skip to content

Commit ef8637a

Browse files
author
David Brody
committed
2.4.5 - Fixes pulling symbol overrides on a new symbol with no current overrides.
1 parent 9652fbc commit ef8637a

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
lines changed
0 Bytes
Binary file not shown.

Contents/Sketch/frameworks/ContentSync.framework/Resources/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
<key>CFBundlePackageType</key>
1818
<string>FMWK</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>2.4.2</string>
20+
<string>2.4.5</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleSupportedPlatforms</key>
2424
<array>
2525
<string>MacOSX</string>
2626
</array>
2727
<key>CFBundleVersion</key>
28-
<string>2.4.2</string>
28+
<string>2.4.5</string>
2929
<key>DTCompiler</key>
3030
<string>com.apple.compilers.llvm.clang.1_0</string>
3131
<key>DTPlatformBuild</key>

Contents/Sketch/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Abstract, version, and translate your design content. Sync to Google Documents and more.",
55
"author": "Syncify",
66
"authorEmail": "support@contentsync.io",
7-
"version": "2.4.4",
7+
"version": "2.4.5",
88
"identifier": "com.syncify.sketch.contentsync",
99
"compatibleVersion": "3.7",
1010
"repository": {

Contents/Sketch/plugin.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

SketchContentSync.sketchplugin/Contents/Sketch/frameworks/ContentSync.framework/Resources/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
<key>CFBundlePackageType</key>
1818
<string>FMWK</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>2.4.2</string>
20+
<string>2.4.5</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleSupportedPlatforms</key>
2424
<array>
2525
<string>MacOSX</string>
2626
</array>
2727
<key>CFBundleVersion</key>
28-
<string>2.4.2</string>
28+
<string>2.4.5</string>
2929
<key>DTCompiler</key>
3030
<string>com.apple.compilers.llvm.clang.1_0</string>
3131
<key>DTPlatformBuild</key>

SketchContentSync.sketchplugin/Contents/Sketch/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Abstract, version, and translate your design content. Sync to Google Documents and more.",
55
"author": "Syncify",
66
"authorEmail": "support@contentsync.io",
7-
"version": "2.4.4",
7+
"version": "2.4.5",
88
"identifier": "com.syncify.sketch.contentsync",
99
"compatibleVersion": "3.7",
1010
"repository": {

SketchContentSync.sketchplugin/Contents/Sketch/plugin.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packaged/SketchContentSync.zip

44 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)