update: 更新package.json

main
huyufei 2023-09-06 15:44:05 +08:00
parent 0638c6ebca
commit 7876313106
2 changed files with 8 additions and 1 deletions

View File

@ -7,7 +7,7 @@ def set_version(path, version):
s = json.loads(open(path).read())
s["version"] = version
# print('json', s)
json.dump(s, open(path, "w"), indent=1)
json.dump(s, open(path, "w"), indent=2)
print('Packge version set to', version)
# Entry

View File

@ -3,6 +3,13 @@
"displayName": "GuruDofLib",
"version": "0.0.1",
"description": "\u57fa\u4e8eGuru kcp\u5e93\u5b9e\u73b0\u7684\u5ba2\u6237\u7aef\u63a5\u53e3\u5c01\u88c5",
"keywords": [
"unity",
"guru",
"kcp",
"network"
],
"documentationUrl": "https://git.chengdu.pundit.company/castbox/upm_guru_dof_lib/src/branch/main/README.md",
"unity": "2020.3",
"license": "MIT",
"category": "Game tool",