Skip to content

Commit

Permalink
Bump to v0.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
kring committed Nov 30, 2022
1 parent 135ffa1 commit e0e163f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Build~/Package.cs
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,8 @@ private static void CopyPackageContents(string sourcePath, string targetPath)
"Plugins.meta",
"README.md",
"README.md.meta",
"CHANGES.md",
"CHANGES.md.meta",
"Runtime.meta",
"Tests.meta"
};
Expand Down
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

### v0.1.1

##### Fixes :wrench:

- Fixed a bug that caused raster overlay tiles to be missing or mixed up, especially when zooming in close and then back out.

### v0.1.0

The initial release of Cesium for Unity!
2 changes: 2 additions & 0 deletions CHANGES.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "0.1.0",
"version": "0.1.1",
"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 e0e163f

Please sign in to comment.