Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/v1.12-hotfix-ue4' into v1.12-hot…
Browse files Browse the repository at this point in the history
…fix-ue5
  • Loading branch information
kring committed Apr 14, 2022
2 parents 3f8309b + 98482b9 commit 88d209d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

### v1.12.2 - 2022-04-14

This release updates [cesium-native](https://github.com/CesiumGS/cesium-native) from v0.14.0 to v0.14.1 to fix two important bugs. See the [changelog](https://github.com/CesiumGS/cesium-native/blob/main/CHANGES.md) for a complete list of changes in cesium-native.

### v1.12.1 - 2022-04-06

##### Fixes :wrench:
Expand Down
4 changes: 2 additions & 2 deletions CesiumForUnreal.uplugin
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"FileVersion": 3,
"Version": 24,
"VersionName": "1.12.1",
"Version": 25,
"VersionName": "1.12.2",
"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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cesium-unreal",
"version": "1.12.0",
"version": "1.12.2",
"description": "Cesium for Unreal",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 88d209d

Please sign in to comment.