From 754c68bb2518b0942a80e85819733efb1c62672a Mon Sep 17 00:00:00 2001 From: "K. S. Ernest (iFire) Lee" Date: Sun, 3 Apr 2022 16:37:35 -0700 Subject: [PATCH] Minor patching to restore Windows build. --- 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 f521779..a42bc86 100644 --- a/npm/fbx2gltf/package-lock.json +++ b/npm/fbx2gltf/package-lock.json @@ -1,6 +1,6 @@ { "name": "fbx2gltf", - "version": "0.12.0", + "version": "0.12.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/src/FBX2glTF.h b/src/FBX2glTF.h index 56d5dbc..a1904d2 100644 --- a/src/FBX2glTF.h +++ b/src/FBX2glTF.h @@ -17,7 +17,7 @@ #include #endif -#define FBX2GLTF_VERSION std::string("0.12.0") +#define FBX2GLTF_VERSION std::string("0.12.1") #include