Increment the version after a few years of work.

This commit is contained in:
K. S. Ernest (iFire) Lee 2021-11-17 12:08:43 -08:00
parent 3c73c5adce
commit 7418fc0671
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "fbx2gltf", "name": "fbx2gltf",
"version": "0.9.7-p1", "version": "0.10.0",
"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.9.7") #define FBX2GLTF_VERSION std::string("0.10.0")
#include <fmt/printf.h> #include <fmt/printf.h>