From f03dc3356a20316112659df525f19bdf415dd551 Mon Sep 17 00:00:00 2001 From: Kevin Ring Date: Mon, 3 Feb 2025 17:13:36 +1100 Subject: [PATCH] Bump version, update changelog. --- CHANGES.md | 4 ++++ CesiumForUnreal.uplugin | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index acc1e6645..92ef523a0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # Change Log +### v2.13.1 - 2025-02-03 + +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. + ### v2.13.0 - 2025-02-03 ##### Additions :tada: diff --git a/CesiumForUnreal.uplugin b/CesiumForUnreal.uplugin index 10cba2320..07c7430b4 100644 --- a/CesiumForUnreal.uplugin +++ b/CesiumForUnreal.uplugin @@ -1,7 +1,7 @@ { "FileVersion": 3, - "Version": 68, - "VersionName": "2.13.0", + "Version": 69, + "VersionName": "2.13.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/package.json b/package.json index 2463984ba..2bfc38089 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium-unreal", - "version": "2.13.0", + "version": "2.13.1", "description": "Cesium for Unreal", "main": "index.js", "directories": {