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