From ffbc4bf74f7964f68529c69c3e3d0f7c588fa435 Mon Sep 17 00:00:00 2001
From: vincentux <vincentux@vincentux.fr>
Date: Tue, 17 Mar 2020 17:00:15 +0000
Subject: [PATCH] Update cesiumVersions.php

---
 cesiumVersions.php | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/cesiumVersions.php b/cesiumVersions.php
index 7228b0b..bffa954 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', 
 	
 ];
 	   
-- 
GitLab