Skip to content

Commit

Permalink
Update version to 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
zeux committed Oct 22, 2020
1 parent 96160fe commit e0b0b1d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if (NOT CMAKE_VERSION VERSION_LESS 3.15)
cmake_policy(SET CMP0092 NEW) # Enables clean /W4 override for MSVC
endif()

project(meshoptimizer VERSION 0.14 LANGUAGES CXX)
project(meshoptimizer VERSION 0.15 LANGUAGES CXX)

option(MESHOPT_BUILD_DEMO "Build demo" OFF)
option(MESHOPT_BUILD_GLTFPACK "Build gltfpack" OFF)
Expand Down
2 changes: 1 addition & 1 deletion gltf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gltfpack",
"version": "0.14.0",
"version": "0.15.0",
"description": "A command-line tool that can optimize glTF files for size and speed",
"author": "Arseny Kapoulkine",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion js/meshopt_decoder.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e0b0b1d

Please sign in to comment.