Skip to content
Snippets Groups Projects

Update cesiumVersions.php

Closed vincentux requested to merge vincentux/cesium_website:patch-1 into master
1 file
+ 7
7
Compare changes
  • Side-by-side
  • Inline
+ 7
7
<?php
<?php
$cesiumVersions = [
$cesiumVersions = [
'home' => '1.3.11',
'home' => '1.6.0',
'android' => '1.3.11',
'android' => '1.6.0',
'linux' => '1.3.11',
'linux' => '1.6.0',
'windows' => '1.3.11',
'windows' => '1.6.0',
'firefox' => '1.3.11',
'firefox' => '1.6.0',
'mac' => '1.3.11',
'mac' => '1.6.0',
'web' => '1.3.11',
'web' => '1.6.0',
];
];
Loading