Selaa lähdekoodia

Update to 0.12.9.

K. S. Ernest (iFire) Lee 3 vuotta sitten
vanhempi
commit
2cab56ec9f
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1 1
      npm/fbx2gltf/package-lock.json
  2. 1 1
      src/FBX2glTF.h

+ 1 - 1
npm/fbx2gltf/package-lock.json

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

+ 1 - 1
src/FBX2glTF.h

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