diff --git a/Assets/UniGLTF/Runtime/UniGLTF/PackageVersion.cs b/Assets/UniGLTF/Runtime/UniGLTF/PackageVersion.cs index 8009ff450..261a62491 100644 --- a/Assets/UniGLTF/Runtime/UniGLTF/PackageVersion.cs +++ b/Assets/UniGLTF/Runtime/UniGLTF/PackageVersion.cs @@ -4,8 +4,8 @@ namespace UniGLTF public static partial class PackageVersion { public const int MAJOR = 0; - public const int MINOR = 118; + public const int MINOR = 119; public const int PATCH = 0; - public const string VERSION = "0.118.0"; + public const string VERSION = "0.119.0"; } } diff --git a/Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs b/Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs index f5112ae63..e016af563 100644 --- a/Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs +++ b/Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs @@ -4,8 +4,8 @@ namespace UniGLTF public static partial class UniGLTFVersion { public const int MAJOR = 2; - public const int MINOR = 54; + public const int MINOR = 55; public const int PATCH = 0; - public const string VERSION = "2.54.0"; + public const string VERSION = "2.55.0"; } } diff --git a/Assets/UniGLTF/package.json b/Assets/UniGLTF/package.json index 6b46c5a66..08dd5b4b2 100644 --- a/Assets/UniGLTF/package.json +++ b/Assets/UniGLTF/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.gltf", - "version": "0.118.0", + "version": "0.119.0", "displayName": "UniGLTF", "description": "GLTF importer and exporter", "unity": "2021.3", @@ -11,7 +11,7 @@ "name": "VRM Consortium" }, "dependencies": { - "com.vrmc.vrmshaders": "0.118.0", + "com.vrmc.vrmshaders": "0.119.0", "com.unity.modules.animation": "1.0.0" }, "samples": [ diff --git a/Assets/VRM/package.json b/Assets/VRM/package.json index 9fdc2b66d..89862f3ec 100644 --- a/Assets/VRM/package.json +++ b/Assets/VRM/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.univrm", - "version": "0.118.0", + "version": "0.119.0", "displayName": "VRM", "description": "VRM importer", "unity": "2021.3", @@ -14,8 +14,8 @@ "name": "VRM Consortium" }, "dependencies": { - "com.vrmc.vrmshaders": "0.118.0", - "com.vrmc.gltf": "0.118.0", + "com.vrmc.vrmshaders": "0.119.0", + "com.vrmc.gltf": "0.119.0", "com.unity.ugui": "1.0.0" }, "samples": [ diff --git a/Assets/VRM10/package.json b/Assets/VRM10/package.json index b2b10b5e5..d3703035c 100644 --- a/Assets/VRM10/package.json +++ b/Assets/VRM10/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.vrm", - "version": "0.118.0", + "version": "0.119.0", "displayName": "VRM-1.0", "description": "VRM-1.0 importer", "unity": "2021.3", @@ -14,8 +14,8 @@ "name": "VRM Consortium" }, "dependencies": { - "com.vrmc.vrmshaders": "0.118.0", - "com.vrmc.gltf": "0.118.0" + "com.vrmc.vrmshaders": "0.119.0", + "com.vrmc.gltf": "0.119.0" }, "samples": [ { diff --git a/Assets/VRMShaders/package.json b/Assets/VRMShaders/package.json index 7c1587eed..1035f1750 100644 --- a/Assets/VRMShaders/package.json +++ b/Assets/VRMShaders/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.vrmshaders", - "version": "0.118.0", + "version": "0.119.0", "displayName": "VRM Shaders", "description": "VRM Shaders", "unity": "2021.3",