Skip to content

Commit 979a24a

Browse files
committed
Update version number
1 parent 76635d0 commit 979a24a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
### 3.2.0 - 2023-??-??
3+
### 3.2.0 - 2025-11-19
44

55
- Added `doubleSidedMaterial` option to force materials to be rendered double sided. [#294](https://github.com/CesiumGS/obj2gltf/pull/294)
66
- Strip file paths of any enclosing double-quotes to allow the mtl/texture files to be properly parsed [#297](https://github.com/CesiumGS/obj2gltf/pull/297)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obj2gltf",
3-
"version": "3.1.6",
3+
"version": "3.2.0",
44
"description": "Convert OBJ model format to glTF",
55
"license": "Apache-2.0",
66
"contributors": [

0 commit comments

Comments
 (0)