From e32a04606611a5165907de39bbec7a52d185c44c Mon Sep 17 00:00:00 2001 From: "K. S. Ernest (iFire) Lee" Date: Sun, 3 Apr 2022 16:57:06 -0700 Subject: [PATCH] Update tag. --- npm/fbx2gltf/package-lock.json | 2 +- src/FBX2glTF.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/npm/fbx2gltf/package-lock.json b/npm/fbx2gltf/package-lock.json index c2c68d6..bc75c77 100644 --- a/npm/fbx2gltf/package-lock.json +++ b/npm/fbx2gltf/package-lock.json @@ -1,6 +1,6 @@ { "name": "fbx2gltf", - "version": "0.12.2", + "version": "0.12.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/src/FBX2glTF.h b/src/FBX2glTF.h index 5ac9044..24f3192 100644 --- a/src/FBX2glTF.h +++ b/src/FBX2glTF.h @@ -17,7 +17,7 @@ #include #endif -#define FBX2GLTF_VERSION std::string("0.12.2") +#define FBX2GLTF_VERSION std::string("0.12.3") #include