Merge pull request #711 from nowsprinting/bump_unigltf_package_version

Bump UniGLTF package version
This commit is contained in:
ousttrue
2021-02-01 15:13:54 +09:00
committed by GitHub
3 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "com.vrmc.unigltf",
"version": "2.0.0",
"version": "2.0.1",
"displayName": "UniGLTF",
"description": "GLTF importer and exporter",
"unity": "2018.4",
@@ -13,4 +13,4 @@
"dependencies": {
"com.vrmc.vrmshaders": "0.65.2"
}
}
}

View File

@@ -15,6 +15,6 @@
},
"dependencies": {
"com.vrmc.vrmshaders": "0.65.2",
"com.vrmc.unigltf": "2.0.0"
"com.vrmc.unigltf": "2.0.1"
}
}

View File

@@ -6,6 +6,6 @@
"description": "vrm unity utility",
"dependencies": {
"com.vrmc.vrmshaders": "0.64.0",
"com.vrmc.unigltf": "2.0.0"
"com.vrmc.unigltf": "2.0.1"
}
}
}