3.1.5 release

This commit is contained in:
Sean Lilley 2023-01-25 16:31:31 -05:00
parent 81f6d539d3
commit d1c3ed46b7
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Change Log # Change Log
### 3.1.5 - ????-??-?? ### 3.1.5 - 2023-01-25
- Fixed crash when writing GLB files above 2GB. [#280](https://github.com/CesiumGS/obj2gltf/pull/280) - Fixed crash when writing GLB files above 2GB. [#280](https://github.com/CesiumGS/obj2gltf/pull/280)

View File

@ -1,6 +1,6 @@
{ {
"name": "obj2gltf", "name": "obj2gltf",
"version": "3.1.4", "version": "3.1.5",
"description": "Convert OBJ model format to glTF", "description": "Convert OBJ model format to glTF",
"license": "Apache-2.0", "license": "Apache-2.0",
"contributors": [ "contributors": [