diff --git a/cesiumVersions.php b/cesiumVersions.php index dcc5bc4b10d6e44688529d8991ad970adc70bf45..9a4e42e866a6ca0fdb43425ed14c168b3f18e22a 100644 --- a/cesiumVersions.php +++ b/cesiumVersions.php @@ -1,11 +1,11 @@ <?php $cesiumVersions = [ - 'home' => '1.6.0', - 'android' => '1.6.0', - 'linux' => '1.6.0', - 'windows' => '1.6.0', - 'mac' => '1.6.0', - 'web' => '1.6.0' + 'home' => '1.6.1', + 'android' => '1.6.1', + 'linux' => '1.6.1', + 'windows' => '1.3.11', + 'mac' => '1.3.11', + 'web' => '1.6.1' ];