Skip to content

Commit 4d9a638

Browse files
committed
Bump to v0.43.0, update CHANGES.md.
1 parent 3f1ea26 commit 4d9a638

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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+
### v0.43.0 - 2025-01-02
44

55
##### Breaking Changes :mega:
66

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ endif()
8585
include("cmake/defaults.cmake")
8686

8787
project(cesium-native
88-
VERSION 0.42.0
88+
VERSION 0.43.0
8989
LANGUAGES CXX C
9090
)
9191

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cesium-native",
3-
"version": "0.42.0",
3+
"version": "0.43.0",
44
"description": "Cesium 3D Geospatial for C++",
55
"main": "index.js",
66
"directories": {
@@ -32,4 +32,4 @@
3232
"clang-format": "^1.5.0",
3333
"doxygen-awesome-css": "https://github.com/jothepro/doxygen-awesome-css#v2.3.4"
3434
}
35-
}
35+
}

0 commit comments

Comments
 (0)