Skip to content

Commit

Permalink
Bump to v1.6.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
kring committed Oct 1, 2023
1 parent 3c73117 commit 7ba5025
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Change Log

### ? - ?
### v1.6.3 - 2023-10-02

##### Fixes :wrench:

- Made the project compatible with OSX 10.13 and greater by setting the `CMAKE_OSX_DEPLOYMENT_TARGET` variable to `10.13`.
- Made the project compatible with macOS versions as old as 10.13 by setting the `CMAKE_OSX_DEPLOYMENT_TARGET` variable to `10.13`.

In addition to the above, this release updates [cesium-native](https://github.com/CesiumGS/cesium-native) from v0.27.2 to v0.27.3. See the [changelog](https://github.com/CesiumGS/cesium-native/blob/main/CHANGES.md) for a complete list of changes in cesium-native.

### v1.6.2 - 2023-09-20

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": "com.cesium.unity",
"version": "1.6.2",
"version": "1.6.3",
"displayName": "Cesium for Unity",
"description": "Cesium for Unity brings the 3D geospatial ecosystem to Unity. By combining a high-accuracy full-scale WGS84 globe, open APIs and open standards for spatial indexing such as 3D Tiles, and cloud-based real-world content from [Cesium ion](https://cesium.com/cesium-ion) with Unity, this plugin enables 3D geospatial workflows and applications in Unity.",
"license": "Apache-2.0",
Expand Down

0 comments on commit 7ba5025

Please sign in to comment.