Skip to content

Commit 7ceaf30

Browse files
author
Daniel Worthington
authored
fix(meta): bump Sketch version to 69 for swatch support (#164)
Fixes #161
1 parent e9c0055 commit 7ceaf30

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

models/Meta/Meta.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,26 +25,26 @@ class Meta {
2525
*/
2626
static get Model() {
2727
return {
28-
commit: 'ebc3e0ead0906f5810891944454a71b877934b56',
28+
commit: '238f363ed3de77eb1d86e03176f8a10f7928ed51',
2929
pagesAndArtboards: {},
30-
version: 112,
30+
version: 134,
3131
fonts: [],
3232
compatibilityVersion: 99,
3333
app: 'com.bohemiancoding.sketch3',
3434
autosaved: 0,
3535
variant: 'NONAPPSTORE',
3636
created: {
37-
commit: 'ebc3e0ead0906f5810891944454a71b877934b56',
38-
appVersion: '52.5',
39-
build: 67469,
37+
commit: '238f363ed3de77eb1d86e03176f8a10f7928ed51',
38+
appVersion: '69',
39+
build: 107357,
4040
app: 'com.bohemiancoding.sketch3',
4141
compatibilityVersion: 99,
42-
version: 112,
42+
version: 134,
4343
variant: 'NONAPPSTORE',
4444
},
4545
saveHistory: ['NONAPPSTORE.67469'],
46-
appVersion: '52.5',
47-
build: 67469,
46+
appVersion: '69',
47+
build: 107357,
4848
};
4949
}
5050

0 commit comments

Comments
 (0)