Skip to content

Commit ccca69a

Browse files
authored
Merge pull request #127 from galacean/chore/update-version
chore: update version
2 parents 128060b + 568d535 commit ccca69a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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": "@galacean/effects-specification",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "Galacean Effects JSON Specification",
55
"module": "./es/index.js",
66
"main": "./es/index.js",

src/scene.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ export enum JSONSceneVersion {
3232
'3_0' = '3.0', // EC 改造、移除滤镜元素
3333
'3_1' = '3.1', // 音视频
3434
'3_2' = '3.2', // 矢量动画、透明视频、增加富文本属性
35-
'LATEST' = JSONSceneVersion['3_2'],
35+
'3_3' = '3.3', // 指向型蒙版、图片蒙版
36+
'LATEST' = JSONSceneVersion['3_3'],
3637
}
3738

3839
/**

0 commit comments

Comments
 (0)