Adds previous version 1.0.4.RELEASE to the array of geminiManagementVersions of the download page
diff --git a/download/index.php b/download/index.php
index 24749c8..0bbe032 100755
--- a/download/index.php
+++ b/download/index.php
@@ -23,7 +23,7 @@
 	$pageKeywords	= "Eclipse, EclipseRT, Gemini, OSGi, Management, Documentation";
 	$pageAuthor		= "Christopher Frost";
 
-	$geminiManagementVersions = array("2.0.0.RELEASE");
+	$geminiManagementVersions = array("2.0.0.RELEASE", "1.0.4.RELEASE");
 
 	ob_start();
 ?>