Skip to content
Snippets Groups Projects

Update cesiumVersions.php

Merged vincentux requested to merge patch-3 into master
1 file
+ 5
5
Compare changes
  • Side-by-side
  • Inline
+ 5
5
<?php
$cesiumVersions = [
'home' => '1.6.1',
'android' => '1.6.1',
'linux' => '1.6.1',
'home' => '1.6.5',
'android' => '1.6.5',
'linux' => '1.6.5',
'windows' => '1.3.11',
'firefox' => '1.6.1',
'firefox' => '1.6.5',
'mac' => '1.3.11',
'web' => '1.6.1',
'web' => '1.6.5',
];
Loading