Increment the version.
This commit is contained in:
parent
43fc8b3552
commit
f05854f79d
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "fbx2gltf",
|
"name": "fbx2gltf",
|
||||||
"version": "0.10.0",
|
"version": "0.11.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
#include <Windows.h>
|
#include <Windows.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define FBX2GLTF_VERSION std::string("0.10.0")
|
#define FBX2GLTF_VERSION std::string("0.11.0")
|
||||||
|
|
||||||
#include <fmt/printf.h>
|
#include <fmt/printf.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue