From 8c3ba967ac49ce014c1a3fe41d2e71d89e2595a7 Mon Sep 17 00:00:00 2001 From: Kevin Ring Date: Mon, 1 Apr 2024 09:28:56 +1100 Subject: [PATCH] Bump to v2.4.1. --- CHANGES.md | 4 ++++ CesiumForUnreal.uplugin | 4 ++-- extern/cesium-native | 2 +- package.json | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 02b5ab638..bbdfa5f56 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # Change Log +### v2.4.1 - 2024-04-01 + +This release updates [cesium-native](https://github.com/CesiumGS/cesium-native) from v0.33.0 to v0.34.0. See the [changelog](https://github.com/CesiumGS/cesium-native/blob/main/CHANGES.md) for a complete list of changes in cesium-native. + ### v2.4.0 - 2024-03-01 ##### Additions :tada: diff --git a/CesiumForUnreal.uplugin b/CesiumForUnreal.uplugin index 365ff253e..87ab78a28 100644 --- a/CesiumForUnreal.uplugin +++ b/CesiumForUnreal.uplugin @@ -1,7 +1,7 @@ { "FileVersion": 3, - "Version": 57, - "VersionName": "2.4.0", + "Version": 58, + "VersionName": "2.4.1", "FriendlyName": "Cesium for Unreal", "Description": "Unlock the 3D geospatial ecosystem in Unreal Engine with real-world 3D content and a high accuracy full-scale WGS84 globe.", "Category": "Geospatial", diff --git a/extern/cesium-native b/extern/cesium-native index c9cf5430d..e868c5c85 160000 --- a/extern/cesium-native +++ b/extern/cesium-native @@ -1 +1 @@ -Subproject commit c9cf5430d5a1d5a2bbdf667169e2c47316f7a8b0 +Subproject commit e868c5c85b2de61ded38ff21a88e49f3c6617a95 diff --git a/package.json b/package.json index 88889c82c..05c303e7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium-unreal", - "version": "2.4.0", + "version": "2.4.1", "description": "Cesium for Unreal", "main": "index.js", "directories": {