diff --git a/Assets/UniGLTF/package.json b/Assets/UniGLTF/package.json index 49da695cf..6f9f84b15 100644 --- a/Assets/UniGLTF/package.json +++ b/Assets/UniGLTF/package.json @@ -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" } -} \ No newline at end of file +} diff --git a/Assets/VRM/package.json b/Assets/VRM/package.json index 7cf86a88c..b57e02b3b 100644 --- a/Assets/VRM/package.json +++ b/Assets/VRM/package.json @@ -15,6 +15,6 @@ }, "dependencies": { "com.vrmc.vrmshaders": "0.65.2", - "com.vrmc.unigltf": "2.0.0" + "com.vrmc.unigltf": "2.0.1" } } diff --git a/Assets/VRM10/package.json b/Assets/VRM10/package.json index 1601a8686..328a01036 100644 --- a/Assets/VRM10/package.json +++ b/Assets/VRM10/package.json @@ -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" } -} \ No newline at end of file +}