From cedd633fc6263e874409608e766a5a6d340da73b Mon Sep 17 00:00:00 2001 From: 0b5vr <0b5vr@0b5vr.com> Date: Tue, 18 Jan 2022 14:43:35 +0900 Subject: [PATCH] v0.6.8 --- lerna.json | 2 +- packages/three-vrm/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lerna.json b/lerna.json index 00fc86697..071b78d5c 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ "packages": [ "packages/*" ], - "version": "0.6.7" + "version": "0.6.8" } diff --git a/packages/three-vrm/package.json b/packages/three-vrm/package.json index 7f112489e..6a8ce1c86 100644 --- a/packages/three-vrm/package.json +++ b/packages/three-vrm/package.json @@ -1,6 +1,6 @@ { "name": "@pixiv/three-vrm", - "version": "0.6.7", + "version": "0.6.8", "description": "VRM file loader for three.js.", "license": "MIT", "author": "pixiv",