Files
Mujoco_WASM/unity/package.json
T
Kevin Sayed 9996500de9 update the version number to 3.3.0 instead of 3.2.8
PiperOrigin-RevId: 731397143
Change-Id: I54089f1678097acf7e4998958effb396da1e47be
2025-02-26 11:42:55 -08:00

18 lines
560 B
JSON

{
"name": "org.mujoco",
"displayName": "MuJoCo",
"version": "3.3.0",
"description": "MuJoCo importer and runtime plug-in",
"dependencies": {},
"author": {
"name" : "Google DeepMind",
"email" : "mujoco@deepmind.com",
"url" : "https://mujoco.org/"
},
"changelogUrl": "https://mujoco.readthedocs.io/en/latest/changelog.html",
"documentationUrl": "https://mujoco.readthedocs.io/en/latest/unity.html",
"license": "Apache-2.0",
"licensesUrl": "https://github.com/google-deepmind/mujoco/blob/main/LICENSE",
"hideInEditor": false
}