Update to 0.12.9.

This commit is contained in:
K. S. Ernest (iFire) Lee 2022-04-07 07:13:40 -07:00
parent 9f75c4e5fd
commit 2cab56ec9f
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "fbx2gltf", "name": "fbx2gltf",
"version": "0.12.8", "version": "0.12.9",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -17,7 +17,7 @@
#include <Windows.h> #include <Windows.h>
#endif #endif
#define FBX2GLTF_VERSION std::string("0.12.8") #define FBX2GLTF_VERSION std::string("0.12.9")
#include <fmt/printf.h> #include <fmt/printf.h>