Skip to content

Commit 054b809

Browse files
committed
update docs and version
1 parent 0897f14 commit 054b809

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# Change Log
22

3-
## 0.1.6 (2020/10/15)
3+
## 0.1.7 (2020/10/15)
44

55
* Supports the `KHR_lights_punctual`
66
* Compile by github action
77

8+
## 0.1.6
9+
10+
* Fix some bugs
11+
812
## 0.1.5
913

1014
* Fix some bugs

include/libgltf/libgltf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
#define LIBGLTF_MAJOR_VERSION 0
3535
#define LIBGLTF_MINOR_VERSION 1
36-
#define LIBGLTF_PATCH_VERSION 6
36+
#define LIBGLTF_PATCH_VERSION 7
3737

3838
namespace libgltf
3939
{

0 commit comments

Comments
 (0)