Skip to content

Commit

Permalink
Bump to v0.43.0, update CHANGES.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
kring committed Jan 1, 2025
1 parent 3f1ea26 commit 4d9a638
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

### ? - ?
### v0.43.0 - 2025-01-02

##### Breaking Changes :mega:

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

project(cesium-native
VERSION 0.42.0
VERSION 0.43.0
LANGUAGES CXX C
)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cesium-native",
"version": "0.42.0",
"version": "0.43.0",
"description": "Cesium 3D Geospatial for C++",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -32,4 +32,4 @@
"clang-format": "^1.5.0",
"doxygen-awesome-css": "https://github.com/jothepro/doxygen-awesome-css#v2.3.4"
}
}
}

0 comments on commit 4d9a638

Please sign in to comment.