Skip to content

Commit 68ede9c

Browse files
committed
use sketch version as the platform version
1 parent 3ead244 commit 68ede9c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Platform.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
import { getSketchVersion } from './utils/getSketchVersion';
2+
13
export const Platform = {
24
OS: 'sketch',
3-
Version: 1,
5+
Version: getSketchVersion(),
46
select: (obj: { sketch: any }) => obj.sketch,
57
};

0 commit comments

Comments
 (0)