Skip to content

Commit 0829ab1

Browse files
committed
升级package的版本号
1 parent 2bb4432 commit 0829ab1

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

unity/upms/lua/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.tencent.puerts.lua",
33
"displayName": "Puerts-Lua",
4-
"version": "3.0.0",
4+
"version": "3.0.1",
55
"description": "Write your game with TypeScript in UE4 or Unity. Puerts can be pronounced as pu-erh TS(普洱TS)",
66
"keywords": [
77
"Script"

unity/upms/nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.tencent.puerts.nodejs",
33
"displayName": "Puerts-Nodejs",
4-
"version": "3.0.0",
4+
"version": "3.0.1",
55
"description": "Write your game with TypeScript in UE4 or Unity. Puerts can be pronounced as pu-erh TS(普洱TS)",
66
"keywords": [
77
"Script"

unity/upms/python/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.tencent.puerts.python",
33
"displayName": "Puerts-Python",
4-
"version": "3.0.0-beta1",
4+
"version": "3.0.1",
55
"description": "Write your game with TypeScript in UE4 or Unity. Puerts can be pronounced as pu-erh TS(普洱TS)",
66
"keywords": [
77
"Script"

unity/upms/quickjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.tencent.puerts.quickjs",
33
"displayName": "Puerts-Quickjs",
4-
"version": "3.0.0",
4+
"version": "3.0.1",
55
"description": "Write your game with TypeScript in UE4 or Unity. Puerts can be pronounced as pu-erh TS(普洱TS)",
66
"keywords": [
77
"Script"

unity/upms/v8/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.tencent.puerts.v8",
33
"displayName": "Puerts-V8",
4-
"version": "3.0.0",
4+
"version": "3.0.1",
55
"description": "Write your game with TypeScript in UE4 or Unity. Puerts can be pronounced as pu-erh TS(普洱TS)",
66
"keywords": [
77
"Script"

unity/upms/webgl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.tencent.puerts.webgl",
33
"displayName": "Puerts WebGL Support",
4-
"version": "3.0.0",
4+
"version": "3.0.1",
55
"description": "Use PuerTS in WebGL mode. Javascript code will run in browser's JS environment and get speed up by JIT.",
66
"keywords": [
77
"Script"

0 commit comments

Comments
 (0)