From 0d8ec2e3c7de6565296073e31b1ad5224a8d85cc Mon Sep 17 00:00:00 2001
From: vincentux <vincentux@vincentux.fr>
Date: Wed, 18 Mar 2020 09:18:59 +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..7fded53 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.1', 
+	'android' => '1.6.1', 
+	  'linux' => '1.6.1', 
+	'windows' => '1.6.1', 
+	'firefox' => '1.6.1', 
+	    'mac' => '1.6.1', 
+	    'web' => '1.6.1', 
 	
 ];
 	   
-- 
GitLab