Update release.

This commit is contained in:
K. S. Ernest (iFire) Lee 2022-04-03 19:20:08 -07:00
parent 3d735db463
commit 2e5ef160dc
2 changed files with 2 additions and 2 deletions

View File

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

View File

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