From 685fd3a3e060a7ce7146e6385b7b9a1eea8baa84 Mon Sep 17 00:00:00 2001 From: Kevin Ring Date: Fri, 1 Nov 2024 14:09:41 +1100 Subject: [PATCH] Bump to v2.10.0, update CHANGES.md. --- CHANGES.md | 2 +- CesiumForUnreal.uplugin | 4 ++-- extern/cesium-native | 2 +- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 7204fe883..43e220ade 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # Change Log -### Next Version - Not Released Yet +### v2.10.0 - 2024-11-01 ##### Additions :tada: diff --git a/CesiumForUnreal.uplugin b/CesiumForUnreal.uplugin index 9dd6d1bb9..ecc22b2fd 100644 --- a/CesiumForUnreal.uplugin +++ b/CesiumForUnreal.uplugin @@ -1,7 +1,7 @@ { "FileVersion": 3, - "Version": 64, - "VersionName": "2.9.0", + "Version": 65, + "VersionName": "2.10.0", "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 750d5f91d..b164fc915 160000 --- a/extern/cesium-native +++ b/extern/cesium-native @@ -1 +1 @@ -Subproject commit 750d5f91d18f7d8e203d89e6906edc67c1a7101c +Subproject commit b164fc915ffd9080e0d3f7c3f72076b1e65090ed diff --git a/package.json b/package.json index b5e9e7cee..70b2c14d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium-unreal", - "version": "2.9.0", + "version": "2.10.0", "description": "Cesium for Unreal", "main": "index.js", "directories": {