diff --git a/cesiumVersions.php b/cesiumVersions.php index 7228b0bd7583c916dda816ecc194affb398abe69..bffa954e23fa1af6768ef10e3d83b5f46ebd623b 100644 --- a/cesiumVersions.php +++ b/cesiumVersions.php @@ -1,13 +1,13 @@ <?php $cesiumVersions = [ - 'home' => '1.3.11', - 'android' => '1.3.11', - 'linux' => '1.3.11', - 'windows' => '1.3.11', - 'firefox' => '1.3.11', - 'mac' => '1.3.11', - 'web' => '1.3.11', + 'home' => '1.6.0', + 'android' => '1.6.0', + 'linux' => '1.6.0', + 'windows' => '1.6.0', + 'firefox' => '1.6.0', + 'mac' => '1.6.0', + 'web' => '1.6.0', ];