We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac81f86 commit a1ac98fCopy full SHA for a1ac98f
unity/Assets/core/upm/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "com.tencent.puerts.core",
3
"displayName": "Puerts",
4
- "version": "2.2.2",
+ "version": "3.0.0-alpha",
5
"description": "Write your game with TypeScript in UE4 or Unity. Puerts can be pronounced as pu-erh TS(普洱TS)",
6
"keywords": [
7
"Script"
unity/Assets/webgl/upm/package.json
@@ -13,6 +13,6 @@
13
},
14
"category": "Libraries",
15
"dependencies": {
16
- "com.tencent.puerts.core": "2.2.2"
+ "com.tencent.puerts.core": "3.0.0-alpha"
17
}
18
0 commit comments