Skip to content

Commit 028b51f

Browse files
committedFeb 10, 2025·
Update cesium-native, bump to v2.13.2.
1 parent f03dc33 commit 028b51f

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed
 

‎CHANGES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
### v2.13.2 - 2025-02-10
4+
5+
This release updates [cesium-native](https://github.com/CesiumGS/cesium-native) from v0.44.1 to v0.44.2. See the [changelog](https://github.com/CesiumGS/cesium-native/blob/main/CHANGES.md) for a complete list of changes in cesium-native.
6+
37
### v2.13.1 - 2025-02-03
48

59
This release updates [cesium-native](https://github.com/CesiumGS/cesium-native) from v0.44.0 to v0.44.1. See the [changelog](https://github.com/CesiumGS/cesium-native/blob/main/CHANGES.md) for a complete list of changes in cesium-native.

‎CesiumForUnreal.uplugin

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"FileVersion": 3,
3-
"Version": 69,
4-
"VersionName": "2.13.1",
3+
"Version": 70,
4+
"VersionName": "2.13.2",
55
"FriendlyName": "Cesium for Unreal",
66
"Description": "Unlock the 3D geospatial ecosystem in Unreal Engine with real-world 3D content and a high accuracy full-scale WGS84 globe.",
77
"Category": "Geospatial",

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cesium-unreal",
3-
"version": "2.13.1",
3+
"version": "2.13.2",
44
"description": "Cesium for Unreal",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)
Please sign in to comment.