We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0897f14 commit 054b809Copy full SHA for 054b809
CHANGELOG.md
@@ -1,10 +1,14 @@
1
# Change Log
2
3
-## 0.1.6 (2020/10/15)
+## 0.1.7 (2020/10/15)
4
5
* Supports the `KHR_lights_punctual`
6
* Compile by github action
7
8
+## 0.1.6
9
+
10
+* Fix some bugs
11
12
## 0.1.5
13
14
* Fix some bugs
include/libgltf/libgltf.h
@@ -33,7 +33,7 @@
33
34
#define LIBGLTF_MAJOR_VERSION 0
35
#define LIBGLTF_MINOR_VERSION 1
36
-#define LIBGLTF_PATCH_VERSION 6
+#define LIBGLTF_PATCH_VERSION 7
37
38
namespace libgltf
39
{
0 commit comments