Skip to content

Commit

Permalink
Bump version, update CHANGES.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
kring committed Feb 9, 2025
1 parent 3eacde8 commit d085706
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

### v0.44.2 - 2025-02-10

##### Fixes :wrench:

- Fixed a bug in `GltfUtilities::parseGltfCopyright` that could cause a crash when the copyright ends with a semicolon.

### v0.44.1 - 2025-02-03

##### Fixes :wrench:
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ endif()
include("cmake/defaults.cmake")

project(cesium-native
VERSION 0.44.0
VERSION 0.44.2
LANGUAGES CXX C
)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cesium-native",
"version": "0.44.0",
"version": "0.44.2",
"description": "Cesium 3D Geospatial for C++",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit d085706

Please sign in to comment.