Skip to content

Commit 5350052

Browse files
author
David Brody
committed
V2.1.0 - Supports Text Layer Styling - font size, weight, color and more!
1 parent 1781fcd commit 5350052

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sketch-content-sync",
3-
"version": "2.0.2",
3+
"version": "2.1.0",
44
"description": "Abstract, version, and translate your design content. Sync to Google Documents and more.",
55
"author": "syncify",
66
"authorEmail": "support@contentsync.io",

packaged/SketchContentSync.zip

8.5 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

src/frameworks/ContentSync.framework/Debug/ContentSync.framework/Versions/A/Resources/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>FMWK</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>2.0.1</string>
20+
<string>2.1.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleSupportedPlatforms</key>

src/frameworks/ContentSync.framework/Debug/ContentSync.framework/Versions/A/_CodeSignature/CodeResources

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<dict>
77
<key>Resources/Assets.car</key>
88
<data>
9-
iCsw4VD0IsHvOaNvzrJuC3fuIaI=
9+
xqhQ89eweoDwPXQCkYji79rp0r4=
1010
</data>
1111
<key>Resources/Info.plist</key>
1212
<data>
13-
67JYgwL2mm+FD6TSFzutcrF/gP8=
13+
AtVBJCegxZy6r77ZUEXDyp+1Ah8=
1414
</data>
1515
<key>Resources/Interface.txt</key>
1616
<data>
@@ -56,22 +56,22 @@
5656
<dict>
5757
<key>hash</key>
5858
<data>
59-
iCsw4VD0IsHvOaNvzrJuC3fuIaI=
59+
xqhQ89eweoDwPXQCkYji79rp0r4=
6060
</data>
6161
<key>hash2</key>
6262
<data>
63-
rKb9MdkV3FaAR+tB0kzhi1Z3FPuXMC+zOdrsQ5nIsiU=
63+
HrJups5ppJANUR06kN0rfWbq/dIvTjU7hWzlk509VXA=
6464
</data>
6565
</dict>
6666
<key>Resources/Info.plist</key>
6767
<dict>
6868
<key>hash</key>
6969
<data>
70-
67JYgwL2mm+FD6TSFzutcrF/gP8=
70+
AtVBJCegxZy6r77ZUEXDyp+1Ah8=
7171
</data>
7272
<key>hash2</key>
7373
<data>
74-
wcdR1ALitx8PydaC9mnQYFOU0dlFkDD9syVs1IfeBYo=
74+
y4dfkWJvxAMHakylgErX9FiGF7eGAyHZEEUTSHlej9U=
7575
</data>
7676
</dict>
7777
<key>Resources/Interface.txt</key>

src/plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const SketchContentSyncExtension = {
1313
description: 'Abstract, version, and translate your design content. Sync to Google Documents and more.',
1414
author: 'Syncify',
1515
authorEmail: 'support@contentsync.io',
16-
version: '2.0.2',
16+
version: '2.1.0',
1717
identifier: 'com.syncify.sketch.contentsync',
1818
compatibleVersion: '3.7',
1919
repository: {

0 commit comments

Comments
 (0)