Update website with 10.4.0 release.

Signed-off-by: Nikhil Nanivadekar <nikhil.nanivadekar@bnymellon.com>
diff --git a/cn/index.html b/cn/index.html
index 3ee910f..eadc176 100644
--- a/cn/index.html
+++ b/cn/index.html
@@ -86,6 +86,7 @@
                         <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true"
                            aria-expanded="false">Javadoc<span class="caret"></span></a>
                         <ul class="dropdown-menu">
+                            <li><a href="../javadoc/10.4.0">10.4.0</a></li>
                             <li><a href="../javadoc/10.3.0">10.3.0</a></li>
                             <li><a href="../javadoc/10.2.0">10.2.0</a></li>
                             <li><a href="../javadoc/10.1.0">10.1.0</a></li>
@@ -166,29 +167,29 @@
 &lt;dependency&gt;
   &lt;groupId&gt;org.eclipse.collections&lt;/groupId&gt;
   &lt;artifactId&gt;eclipse-collections-api&lt;/artifactId&gt;
-  &lt;version&gt;10.3.0&lt;/version&gt;
+  &lt;version&gt;10.4.0&lt;/version&gt;
 &lt;/dependency&gt;
 
 &lt;dependency&gt;
   &lt;groupId&gt;org.eclipse.collections&lt;/groupId&gt;
   &lt;artifactId&gt;eclipse-collections&lt;/artifactId&gt;
-  &lt;version&gt;10.3.0&lt;/version>
+  &lt;version&gt;10.4.0&lt;/version>
 &lt;/dependency&gt;</pre>
                         </div>
                         <div class="tab-pane fade" id="gradle">
                             <pre  class="prettyprint">
-implementation 'org.eclipse.collections:eclipse-collections-api:10.3.0'
-implementation 'org.eclipse.collections:eclipse-collections:10.3.0'</pre>
+implementation 'org.eclipse.collections:eclipse-collections-api:10.4.0'
+implementation 'org.eclipse.collections:eclipse-collections:10.4.0'</pre>
                         </div>
                         <div class="tab-pane fade" id="ivy">
                             <pre  class="prettyprint">
-&lt;dependency org="org.eclipse.collections" name="eclipse-collections-api" rev="10.3.0" /&gt;
-&lt;dependency org="org.eclipse.collections" name="eclipse-collections" rev="10.3.0" /&gt;</pre>
+&lt;dependency org="org.eclipse.collections" name="eclipse-collections-api" rev="10.4.0" /&gt;
+&lt;dependency org="org.eclipse.collections" name="eclipse-collections" rev="10.4.0" /&gt;</pre>
                         </div>
                         <div class="tab-pane fade" id="download">
                             <pre class="prettyprint">
-<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections-api/10.3.0">eclipse-collections-api-10.3.0.jar</a>
-<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections/10.3.0">eclipse-collections-10.3.0.jar</a></pre>
+<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections-api/10.4.0">eclipse-collections-api-10.4.0.jar</a>
+<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections/10.4.0">eclipse-collections-10.4.0.jar</a></pre>
                         </div>
 
                     </div>
@@ -569,6 +570,7 @@
                 </div>
                 <div class="col-lg-4 col-sm-4">
                     <h3>最新消息</h3>
+                    <p class="regular">Eclipse Collections 10.4.0 版本<a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.4.0">发布</a> <a class="light">(Aug 20th 2020)</a></p>
                     <p class="regular">Eclipse Collections 10.3.0 版本<a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.3.0">发布</a> <a class="light">(Aug 8th 2020)</a></p>
                     <p class="regular">Eclipse Collections 10.2.0 版本<a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.2.0">发布</a> <a class="light">(Feb 11th 2020)</a></p>
                     <p class="regular">Eclipse Collections 10.1.0 版本<a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.1.0">发布</a> <a class="light">(Dec 4th 2019)</a></p>
diff --git a/de/index.html b/de/index.html
index b727629..43d2446 100644
--- a/de/index.html
+++ b/de/index.html
@@ -86,6 +86,7 @@
                         <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true"
                            aria-expanded="false">Javadoc<span class="caret"></span></a>
                         <ul class="dropdown-menu">
+                            <li><a href="../javadoc/10.4.0">10.4.0</a></li>
                             <li><a href="../javadoc/10.3.0">10.3.0</a></li>
                             <li><a href="../javadoc/10.2.0">10.2.0</a></li>
                             <li><a href="../javadoc/10.1.0">10.1.0</a></li>
@@ -167,29 +168,29 @@
 &lt;dependency&gt;
   &lt;groupId&gt;org.eclipse.collections&lt;/groupId&gt;
   &lt;artifactId&gt;eclipse-collections-api&lt;/artifactId&gt;
-  &lt;version&gt;10.3.0&lt;/version&gt;
+  &lt;version&gt;10.4.0&lt;/version&gt;
 &lt;/dependency&gt;
 
 &lt;dependency&gt;
   &lt;groupId&gt;org.eclipse.collections&lt;/groupId&gt;
   &lt;artifactId&gt;eclipse-collections&lt;/artifactId&gt;
-  &lt;version&gt;10.3.0&lt;/version>
+  &lt;version&gt;10.4.0&lt;/version>
 &lt;/dependency&gt;</pre>
                         </div>
                         <div class="tab-pane fade" id="gradle">
                             <pre  class="prettyprint">
-implementation 'org.eclipse.collections:eclipse-collections-api:10.3.0'
-implementation 'org.eclipse.collections:eclipse-collections:10.3.0'</pre>
+implementation 'org.eclipse.collections:eclipse-collections-api:10.4.0'
+implementation 'org.eclipse.collections:eclipse-collections:10.4.0'</pre>
                         </div>
                         <div class="tab-pane fade" id="ivy">
                             <pre  class="prettyprint">
-&lt;dependency org="org.eclipse.collections" name="eclipse-collections-api" rev="10.3.0" /&gt;
-&lt;dependency org="org.eclipse.collections" name="eclipse-collections" rev="10.3.0" /&gt;</pre>
+&lt;dependency org="org.eclipse.collections" name="eclipse-collections-api" rev="10.4.0" /&gt;
+&lt;dependency org="org.eclipse.collections" name="eclipse-collections" rev="10.4.0" /&gt;</pre>
                         </div>
                         <div class="tab-pane fade" id="download">
                             <pre class="prettyprint">
-<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections-api/10.3.0">eclipse-collections-api-10.3.0.jar</a>
-<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections/10.3.0">eclipse-collections-10.3.0.jar</a></pre>
+<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections-api/10.4.0">eclipse-collections-api-10.4.0.jar</a>
+<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections/10.4.0">eclipse-collections-10.4.0.jar</a></pre>
                         </div>
 
                     </div>
@@ -575,6 +576,7 @@
                 </div>
                 <div class="col-lg-4 col-sm-4">
                     <h3>Letzte Versionen</h3>
+                    <p class="regular">Eclipse Collections 10.4.0 <a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.4.0">released</a> <a class="light">(Aug 20th 2020)</a></p>
                     <p class="regular">Eclipse Collections 10.3.0 <a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.3.0">released</a> <a class="light">(Aug 8th 2020)</a></p>
                     <p class="regular">Eclipse Collections 10.2.0 <a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.2.0">released</a> <a class="light">(Feb 11th 2020)</a></p>
                     <p class="regular">Eclipse Collections 10.1.0 <a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.1.0">released</a> <a class="light">(Dec 4th 2019)</a></p>
diff --git a/el/index.html b/el/index.html
index c7d33ae..bbaf3c7 100644
--- a/el/index.html
+++ b/el/index.html
@@ -87,6 +87,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true"
                        aria-expanded="false">Javadoc<span class="caret"></span></a>
                     <ul class="dropdown-menu">
+                        <li><a href="../javadoc/10.4.0">10.4.0</a></li>
                         <li><a href="../javadoc/10.3.0">10.3.0</a></li>
                         <li><a href="../javadoc/10.2.0">10.2.0</a></li>
                         <li><a href="../javadoc/10.1.0">10.1.0</a></li>
@@ -168,29 +169,29 @@
 &lt;dependency&gt;
   &lt;groupId&gt;org.eclipse.collections&lt;/groupId&gt;
   &lt;artifactId&gt;eclipse-collections-api&lt;/artifactId&gt;
-  &lt;version&gt;10.3.0&lt;/version&gt;
+  &lt;version&gt;10.4.0&lt;/version&gt;
 &lt;/dependency&gt;
 
 &lt;dependency&gt;
   &lt;groupId&gt;org.eclipse.collections&lt;/groupId&gt;
   &lt;artifactId&gt;eclipse-collections&lt;/artifactId&gt;
-  &lt;version&gt;10.3.0&lt;/version>
+  &lt;version&gt;10.4.0&lt;/version>
 &lt;/dependency&gt;</pre>
                     </div>
                     <div class="tab-pane fade" id="gradle">
                             <pre  class="prettyprint">
-implementation 'org.eclipse.collections:eclipse-collections-api:10.3.0'
-implementation 'org.eclipse.collections:eclipse-collections:10.3.0'</pre>
+implementation 'org.eclipse.collections:eclipse-collections-api:10.4.0'
+implementation 'org.eclipse.collections:eclipse-collections:10.4.0'</pre>
                     </div>
                     <div class="tab-pane fade" id="ivy">
                             <pre  class="prettyprint">
-&lt;dependency org="org.eclipse.collections" name="eclipse-collections-api" rev="10.3.0" /&gt;
-&lt;dependency org="org.eclipse.collections" name="eclipse-collections" rev="10.3.0" /&gt;</pre>
+&lt;dependency org="org.eclipse.collections" name="eclipse-collections-api" rev="10.4.0" /&gt;
+&lt;dependency org="org.eclipse.collections" name="eclipse-collections" rev="10.4.0" /&gt;</pre>
                     </div>
                     <div class="tab-pane fade" id="download">
                             <pre class="prettyprint">
-<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections-api/10.3.0">eclipse-collections-api-10.3.0.jar</a>
-<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections/10.3.0">eclipse-collections-10.3.0.jar</a></pre>
+<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections-api/10.4.0">eclipse-collections-api-10.4.0.jar</a>
+<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections/10.4.0">eclipse-collections-10.4.0.jar</a></pre>
                     </div>
 
                 </div>
@@ -578,6 +579,7 @@
             </div>
             <div class="col-lg-4 col-sm-4">
                 <h3>Πρόσφατα νέα</h3>
+                <p class="regular">Eclipse Collections 10.4.0 <a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.4.0">ανακοινώθηκε</a> <a class="light">(Aug 20 2020)</a></p>
                 <p class="regular">Eclipse Collections 10.3.0 <a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.3.0">ανακοινώθηκε</a> <a class="light">(Aug 8 2020)</a></p>
                 <p class="regular">Eclipse Collections 10.2.0 <a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.2.0">ανακοινώθηκε</a> <a class="light">(Feb 11 2020)</a></p>
                 <p class="regular">Eclipse Collections 10.1.0 <a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.1.0">ανακοινώθηκε</a> <a class="light">(Dec 4 2019)</a></p>
diff --git a/es/index.html b/es/index.html
index 69726e2..2ce28d9 100644
--- a/es/index.html
+++ b/es/index.html
@@ -87,6 +87,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true"
                        aria-expanded="false">Javadoc<span class="caret"></span></a>
                     <ul class="dropdown-menu">
+                        <li><a href="../javadoc/10.4.0">10.4.0</a></li>
                         <li><a href="../javadoc/10.3.0">10.3.0</a></li>
                         <li><a href="../javadoc/10.2.0">10.2.0</a></li>
                         <li><a href="../javadoc/10.1.0">10.1.0</a></li>
@@ -168,29 +169,29 @@
 &lt;dependency&gt;
   &lt;groupId&gt;org.eclipse.collections&lt;/groupId&gt;
   &lt;artifactId&gt;eclipse-collections-api&lt;/artifactId&gt;
-  &lt;version&gt;10.3.0&lt;/version&gt;
+  &lt;version&gt;10.4.0&lt;/version&gt;
 &lt;/dependency&gt;
 
 &lt;dependency&gt;
   &lt;groupId&gt;org.eclipse.collections&lt;/groupId&gt;
   &lt;artifactId&gt;eclipse-collections&lt;/artifactId&gt;
-  &lt;version&gt;10.3.0&lt;/version>
+  &lt;version&gt;10.4.0&lt;/version>
 &lt;/dependency&gt;</pre>
                     </div>
                     <div class="tab-pane fade" id="gradle">
                             <pre  class="prettyprint">
-implementation 'org.eclipse.collections:eclipse-collections-api:10.3.0'
-implementation 'org.eclipse.collections:eclipse-collections:10.3.0'</pre>
+implementation 'org.eclipse.collections:eclipse-collections-api:10.4.0'
+implementation 'org.eclipse.collections:eclipse-collections:10.4.0'</pre>
                     </div>
                     <div class="tab-pane fade" id="ivy">
                             <pre  class="prettyprint">
-&lt;dependency org="org.eclipse.collections" name="eclipse-collections-api" rev="10.3.0" /&gt;
-&lt;dependency org="org.eclipse.collections" name="eclipse-collections" rev="10.3.0" /&gt;</pre>
+&lt;dependency org="org.eclipse.collections" name="eclipse-collections-api" rev="10.4.0" /&gt;
+&lt;dependency org="org.eclipse.collections" name="eclipse-collections" rev="10.4.0" /&gt;</pre>
                     </div>
                     <div class="tab-pane fade" id="download">
                             <pre class="prettyprint">
-<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections-api/10.3.0">eclipse-collections-api-10.3.0.jar</a>
-<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections/10.3.0">eclipse-collections-10.3.0.jar</a></pre>
+<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections-api/10.4.0">eclipse-collections-api-10.4.0.jar</a>
+<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections/10.4.0">eclipse-collections-10.4.0.jar</a></pre>
                     </div>
 
                 </div>
@@ -573,6 +574,7 @@
             </div>
             <div class="col-lg-4 col-sm-4">
                 <h3>Latest News</h3>
+                <p class="regular">Eclipse Collections 10.4.0 <a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.4.0">released</a> <a class="light">(Aug 20 2020)</a></p>
                 <p class="regular">Eclipse Collections 10.3.0 <a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.3.0">released</a> <a class="light">(Aug 8 2020)</a></p>
                 <p class="regular">Eclipse Collections 10.2.0 <a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.2.0">released</a> <a class="light">(Feb 11 2020)</a></p>
                 <p class="regular">Eclipse Collections 10.1.0 <a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.1.0">released</a> <a class="light">(Dec 4 2019)</a></p>
diff --git a/fr/index.html b/fr/index.html
index 6c8275f..698ee5f 100644
--- a/fr/index.html
+++ b/fr/index.html
@@ -86,6 +86,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true"
                        aria-expanded="false">Javadoc<span class="caret"></span></a>
                     <ul class="dropdown-menu">
+                        <li><a href="../javadoc/10.4.0">10.4.0</a></li>
                         <li><a href="../javadoc/10.3.0">10.3.0</a></li>
                         <li><a href="../javadoc/10.2.0">10.2.0</a></li>
                         <li><a href="../javadoc/10.1.0">10.1.0</a></li>
@@ -167,29 +168,29 @@
 &lt;dependency&gt;
   &lt;groupId&gt;org.eclipse.collections&lt;/groupId&gt;
   &lt;artifactId&gt;eclipse-collections-api&lt;/artifactId&gt;
-  &lt;version&gt;10.3.0&lt;/version&gt;
+  &lt;version&gt;10.4.0&lt;/version&gt;
 &lt;/dependency&gt;
 
 &lt;dependency&gt;
   &lt;groupId&gt;org.eclipse.collections&lt;/groupId&gt;
   &lt;artifactId&gt;eclipse-collections&lt;/artifactId&gt;
-  &lt;version&gt;10.3.0&lt;/version>
+  &lt;version&gt;10.4.0&lt;/version>
 &lt;/dependency&gt;</pre>
                         </div>
                         <div class="tab-pane fade" id="gradle">
                             <pre  class="prettyprint">
-implementation 'org.eclipse.collections:eclipse-collections-api:10.3.0'
-implementation 'org.eclipse.collections:eclipse-collections:10.3.0'</pre>
+implementation 'org.eclipse.collections:eclipse-collections-api:10.4.0'
+implementation 'org.eclipse.collections:eclipse-collections:10.4.0'</pre>
                         </div>
                         <div class="tab-pane fade" id="ivy">
                             <pre  class="prettyprint">
-&lt;dependency org="org.eclipse.collections" name="eclipse-collections-api" rev="10.3.0" /&gt;
-&lt;dependency org="org.eclipse.collections" name="eclipse-collections" rev="10.3.0" /&gt;</pre>
+&lt;dependency org="org.eclipse.collections" name="eclipse-collections-api" rev="10.4.0" /&gt;
+&lt;dependency org="org.eclipse.collections" name="eclipse-collections" rev="10.4.0" /&gt;</pre>
                         </div>
                         <div class="tab-pane fade" id="download">
                             <pre class="prettyprint">
-<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections-api/10.3.0">eclipse-collections-api-10.3.0.jar</a>
-<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections/10.3.0">eclipse-collections-10.3.0.jar</a></pre>
+<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections-api/10.4.0">eclipse-collections-api-10.4.0.jar</a>
+<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections/10.4.0">eclipse-collections-10.4.0.jar</a></pre>
                     </div>
 
                 </div>
@@ -572,6 +573,7 @@
             </div>
             <div class="col-lg-4 col-sm-4">
                 <h3>Versions les plus récentes</h3>
+                <p class="regular">Eclipse Collections 10.4.0 <a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.4.0">delivré le</a> <a class="light">(Aug 20 2020)</a></p>
                 <p class="regular">Eclipse Collections 10.3.0 <a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.3.0">delivré le</a> <a class="light">(Aug 8 2020)</a></p>
                 <p class="regular">Eclipse Collections 10.2.0 <a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.2.0">delivré le</a> <a class="light">(Feb 11 2020)</a></p>
                 <p class="regular">Eclipse Collections 10.1.0 <a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.1.0">delivré le</a> <a class="light">(Dec 4 2019)</a></p>
diff --git a/hi/index.html b/hi/index.html
index 64a83a0..9489f0b 100644
--- a/hi/index.html
+++ b/hi/index.html
@@ -86,6 +86,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true"
                        aria-expanded="false">Javadoc<span class="caret"></span></a>
                     <ul class="dropdown-menu">
+                        <li><a href="../javadoc/10.4.0">10.4.0</a></li>
                         <li><a href="../javadoc/10.3.0">10.3.0</a></li>
                         <li><a href="../javadoc/10.2.0">10.2.0</a></li>
                         <li><a href="../javadoc/10.1.0">10.1.0</a></li>
@@ -167,29 +168,29 @@
 &lt;dependency&gt;
   &lt;groupId&gt;org.eclipse.collections&lt;/groupId&gt;
   &lt;artifactId&gt;eclipse-collections-api&lt;/artifactId&gt;
-  &lt;version&gt;10.3.0&lt;/version&gt;
+  &lt;version&gt;10.4.0&lt;/version&gt;
 &lt;/dependency&gt;
 
 &lt;dependency&gt;
   &lt;groupId&gt;org.eclipse.collections&lt;/groupId&gt;
   &lt;artifactId&gt;eclipse-collections&lt;/artifactId&gt;
-  &lt;version&gt;10.3.0&lt;/version>
+  &lt;version&gt;10.4.0&lt;/version>
 &lt;/dependency&gt;</pre>
                     </div>
                     <div class="tab-pane fade" id="gradle">
                             <pre  class="prettyprint">
-implementation 'org.eclipse.collections:eclipse-collections-api:10.3.0'
-implementation 'org.eclipse.collections:eclipse-collections:10.3.0'</pre>
+implementation 'org.eclipse.collections:eclipse-collections-api:10.4.0'
+implementation 'org.eclipse.collections:eclipse-collections:10.4.0'</pre>
                     </div>
                     <div class="tab-pane fade" id="ivy">
                             <pre  class="prettyprint">
-&lt;dependency org="org.eclipse.collections" name="eclipse-collections-api" rev="10.3.0" /&gt;
-&lt;dependency org="org.eclipse.collections" name="eclipse-collections" rev="10.3.0" /&gt;</pre>
+&lt;dependency org="org.eclipse.collections" name="eclipse-collections-api" rev="10.4.0" /&gt;
+&lt;dependency org="org.eclipse.collections" name="eclipse-collections" rev="10.4.0" /&gt;</pre>
                     </div>
                     <div class="tab-pane fade" id="download">
                             <pre class="prettyprint">
-<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections-api/10.3.0">eclipse-collections-api-10.3.0.jar</a>
-<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections/10.3.0">eclipse-collections-10.3.0.jar</a></pre>
+<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections-api/10.4.0">eclipse-collections-api-10.4.0.jar</a>
+<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections/10.4.0">eclipse-collections-10.4.0.jar</a></pre>
                     </div>
 
                 </div>
@@ -572,6 +573,7 @@
             </div>
             <div class="col-lg-4 col-sm-4">
                 <h3>ताज़ा खबर</h3>
+                <p class="regular">एक्लिप्स कलेक्शन 10.4.0 <a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.4.0">प्रकाशित</a> <a class="light">(Aug 20th 2020)</a></p>
                 <p class="regular">एक्लिप्स कलेक्शन 10.3.0 <a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.3.0">प्रकाशित</a> <a class="light">(Aug 8th 2020)</a></p>
                 <p class="regular">एक्लिप्स कलेक्शन 10.2.0 <a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.2.0">प्रकाशित</a> <a class="light">(Feb 11th 2020)</a></p>
                 <p class="regular">एक्लिप्स कलेक्शन 10.1.0 <a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.1.0">प्रकाशित</a> <a class="light">(Dec 4th 2019)</a></p>
diff --git a/index.html b/index.html
index 07f35c5..d7d1b24 100755
--- a/index.html
+++ b/index.html
@@ -86,6 +86,7 @@
                         <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true"
                            aria-expanded="false">Javadoc<span class="caret"></span></a>
                         <ul class="dropdown-menu">
+                            <li><a href="javadoc/10.4.0">10.4.0</a></li>
                             <li><a href="javadoc/10.3.0">10.3.0</a></li>
                             <li><a href="javadoc/10.2.0">10.2.0</a></li>
                             <li><a href="javadoc/10.1.0">10.1.0</a></li>
@@ -167,29 +168,29 @@
 &lt;dependency&gt;
   &lt;groupId&gt;org.eclipse.collections&lt;/groupId&gt;
   &lt;artifactId&gt;eclipse-collections-api&lt;/artifactId&gt;
-  &lt;version&gt;10.3.0&lt;/version&gt;
+  &lt;version&gt;10.4.0&lt;/version&gt;
 &lt;/dependency&gt;
 
 &lt;dependency&gt;
   &lt;groupId&gt;org.eclipse.collections&lt;/groupId&gt;
   &lt;artifactId&gt;eclipse-collections&lt;/artifactId&gt;
-  &lt;version&gt;10.3.0&lt;/version>
+  &lt;version&gt;10.4.0&lt;/version>
 &lt;/dependency&gt;</pre>
                         </div>
                         <div class="tab-pane fade" id="gradle">
                             <pre  class="prettyprint">
-implementation 'org.eclipse.collections:eclipse-collections-api:10.3.0'
-implementation 'org.eclipse.collections:eclipse-collections:10.3.0'</pre>
+implementation 'org.eclipse.collections:eclipse-collections-api:10.4.0'
+implementation 'org.eclipse.collections:eclipse-collections:10.4.0'</pre>
                         </div>
                         <div class="tab-pane fade" id="ivy">
                             <pre  class="prettyprint">
-&lt;dependency org="org.eclipse.collections" name="eclipse-collections-api" rev="10.3.0" /&gt;
-&lt;dependency org="org.eclipse.collections" name="eclipse-collections" rev="10.3.0" /&gt;</pre>
+&lt;dependency org="org.eclipse.collections" name="eclipse-collections-api" rev="10.4.0" /&gt;
+&lt;dependency org="org.eclipse.collections" name="eclipse-collections" rev="10.4.0" /&gt;</pre>
                         </div>
                         <div class="tab-pane fade" id="download">
                             <pre class="prettyprint">
-<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections-api/10.3.0">eclipse-collections-api-10.3.0.jar</a>
-<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections/10.3.0">eclipse-collections-10.3.0.jar</a></pre>
+<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections-api/10.4.0">eclipse-collections-api-10.4.0.jar</a>
+<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections/10.4.0">eclipse-collections-10.4.0.jar</a></pre>
                         </div>
 
                     </div>
@@ -572,6 +573,7 @@
                 </div>
                 <div class="col-lg-4 col-sm-4">
                     <h3>Latest News</h3>
+                    <p class="regular">Eclipse Collections 10.4.0 <a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.4.0">released</a> <a class="light">(Aug 20th 2020)</a></p>
                     <p class="regular">Eclipse Collections 10.3.0 <a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.3.0">released</a> <a class="light">(Aug 8th 2020)</a></p>
                     <p class="regular">Eclipse Collections 10.2.0 <a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.2.0">released</a> <a class="light">(Feb 11th 2020)</a></p>
                     <p class="regular">Eclipse Collections 10.1.0 <a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.1.0">released</a> <a class="light">(Dec 4th 2019)</a></p>
diff --git a/ja/index.html b/ja/index.html
index 688e10e..29f9cef 100644
--- a/ja/index.html
+++ b/ja/index.html
@@ -87,6 +87,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true"
                        aria-expanded="false">Javadoc<span class="caret"></span></a>
                     <ul class="dropdown-menu">
+                        <li><a href="../javadoc/10.4.0">10.4.0</a></li>
                         <li><a href="../javadoc/10.3.0">10.3.0</a></li>
                         <li><a href="../javadoc/10.2.0">10.2.0</a></li>
                         <li><a href="../javadoc/10.1.0">10.1.0</a></li>
@@ -168,29 +169,29 @@
 &lt;dependency&gt;
   &lt;groupId&gt;org.eclipse.collections&lt;/groupId&gt;
   &lt;artifactId&gt;eclipse-collections-api&lt;/artifactId&gt;
-  &lt;version&gt;10.3.0&lt;/version&gt;
+  &lt;version&gt;10.4.0&lt;/version&gt;
 &lt;/dependency&gt;
 
 &lt;dependency&gt;
   &lt;groupId&gt;org.eclipse.collections&lt;/groupId&gt;
   &lt;artifactId&gt;eclipse-collections&lt;/artifactId&gt;
-  &lt;version&gt;10.3.0&lt;/version>
+  &lt;version&gt;10.4.0&lt;/version>
 &lt;/dependency&gt;</pre>
                     </div>
                     <div class="tab-pane fade" id="gradle">
                             <pre  class="prettyprint">
-implementation 'org.eclipse.collections:eclipse-collections-api:10.3.0'
-implementation 'org.eclipse.collections:eclipse-collections:10.3.0'</pre>
+implementation 'org.eclipse.collections:eclipse-collections-api:10.4.0'
+implementation 'org.eclipse.collections:eclipse-collections:10.4.0'</pre>
                     </div>
                     <div class="tab-pane fade" id="ivy">
                             <pre  class="prettyprint">
-&lt;dependency org="org.eclipse.collections" name="eclipse-collections-api" rev="10.3.0" /&gt;
-&lt;dependency org="org.eclipse.collections" name="eclipse-collections" rev="10.3.0" /&gt;</pre>
+&lt;dependency org="org.eclipse.collections" name="eclipse-collections-api" rev="10.4.0" /&gt;
+&lt;dependency org="org.eclipse.collections" name="eclipse-collections" rev="10.4.0" /&gt;</pre>
                     </div>
                     <div class="tab-pane fade" id="download">
                             <pre class="prettyprint">
-  <a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections-api/10.3.0">eclipse-collections-api-10.3.0.jar</a>
-  <a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections/10.3.0">eclipse-collections-10.3.0.jar</a></pre>
+  <a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections-api/10.4.0">eclipse-collections-api-10.4.0.jar</a>
+  <a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections/10.4.0">eclipse-collections-10.4.0.jar</a></pre>
                     </div>
 
                 </div>
@@ -572,6 +573,7 @@
             </div>
             <div class="col-lg-4 col-sm-4">
                 <h3>最新ニュース</h3>
+                <p class="regular">Eclipse Collections 10.4.0が<a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.4.0">リリース</a>されました <a class="light">(Aug 20th 2020)</a></p>
                 <p class="regular">Eclipse Collections 10.3.0が<a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.3.0">リリース</a>されました <a class="light">(Aug 8th 2020)</a></p>
                 <p class="regular">Eclipse Collections 10.2.0が<a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.2.0">リリース</a>されました <a class="light">(Feb 11th 2020)</a></p>
                 <p class="regular">Eclipse Collections 10.1.0が<a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.1.0">リリース</a>されました <a class="light">(Dec 4th 2019)</a></p>
diff --git a/pt-br/index.html b/pt-br/index.html
index edee95f..e632eaf 100644
--- a/pt-br/index.html
+++ b/pt-br/index.html
@@ -86,6 +86,7 @@
                         <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true"
                            aria-expanded="false">Javadoc<span class="caret"></span></a>
                         <ul class="dropdown-menu">
+                            <li><a href="../javadoc/10.4.0">10.4.0</a></li>
                             <li><a href="../javadoc/10.3.0">10.3.0</a></li>
                             <li><a href="../javadoc/10.2.0">10.2.0</a></li>
                             <li><a href="../javadoc/10.1.0">10.1.0</a></li>
@@ -167,29 +168,29 @@
 &lt;dependency&gt;
   &lt;groupId&gt;org.eclipse.collections&lt;/groupId&gt;
   &lt;artifactId&gt;eclipse-collections-api&lt;/artifactId&gt;
-  &lt;version&gt;10.3.0&lt;/version&gt;
+  &lt;version&gt;10.4.0&lt;/version&gt;
 &lt;/dependency&gt;
 
 &lt;dependency&gt;
   &lt;groupId&gt;org.eclipse.collections&lt;/groupId&gt;
   &lt;artifactId&gt;eclipse-collections&lt;/artifactId&gt;
-  &lt;version&gt;10.3.0&lt;/version>
+  &lt;version&gt;10.4.0&lt;/version>
 &lt;/dependency&gt;</pre>
                         </div>
                         <div class="tab-pane fade" id="gradle">
                             <pre  class="prettyprint">
-implementation 'org.eclipse.collections:eclipse-collections-api:10.3.0'
-implementation 'org.eclipse.collections:eclipse-collections:10.3.0'</pre>
+implementation 'org.eclipse.collections:eclipse-collections-api:10.4.0'
+implementation 'org.eclipse.collections:eclipse-collections:10.4.0'</pre>
                         </div>
                         <div class="tab-pane fade" id="ivy">
                             <pre  class="prettyprint">
-&lt;dependency org="org.eclipse.collections" name="eclipse-collections-api" rev="10.3.0" /&gt;
-&lt;dependency org="org.eclipse.collections" name="eclipse-collections" rev="10.3.0" /&gt;</pre>
+&lt;dependency org="org.eclipse.collections" name="eclipse-collections-api" rev="10.4.0" /&gt;
+&lt;dependency org="org.eclipse.collections" name="eclipse-collections" rev="10.4.0" /&gt;</pre>
                         </div>
                         <div class="tab-pane fade" id="download">
                             <pre class="prettyprint">
-<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections-api/10.3.0">eclipse-collections-api-10.3.0.jar</a>
-<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections/10.3.0">eclipse-collections-10.3.0.jar</a></pre>
+<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections-api/10.4.0">eclipse-collections-api-10.4.0.jar</a>
+<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections/10.4.0">eclipse-collections-10.4.0.jar</a></pre>
                         </div>
 
                     </div>
@@ -572,6 +573,7 @@
                 </div>
                 <div class="col-lg-4 col-sm-4">
                     <h3>Últimas notícias</h3>
+                    <p class="regular">Eclipse Collections 10.4.0 <a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.4.0">liberado</a> <a class="light">(Aug 20 2020)</a></p>
                     <p class="regular">Eclipse Collections 10.3.0 <a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.3.0">liberado</a> <a class="light">(Aug 8 2020)</a></p>
                     <p class="regular">Eclipse Collections 10.2.0 <a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.2.0">liberado</a> <a class="light">(Feb 11 2020)</a></p>
                     <p class="regular">Eclipse Collections 10.1.0 <a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.1.0">liberado</a> <a class="light">(Dec 4 2019)</a></p>
diff --git a/ru/index.html b/ru/index.html
index 0afb229..5640699 100644
--- a/ru/index.html
+++ b/ru/index.html
@@ -86,6 +86,7 @@
                         <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true"
                            aria-expanded="false">Javadoc<span class="caret"></span></a>
                         <ul class="dropdown-menu">
+                            <li><a href="../javadoc/10.4.0">10.4.0</a></li>
                             <li><a href="../javadoc/10.3.0">10.3.0</a></li>
                             <li><a href="../javadoc/10.2.0">10.2.0</a></li>
                             <li><a href="../javadoc/10.1.0">10.1.0</a></li>
@@ -169,29 +170,29 @@
 &lt;dependency&gt;
   &lt;groupId&gt;org.eclipse.collections&lt;/groupId&gt;
   &lt;artifactId&gt;eclipse-collections-api&lt;/artifactId&gt;
-  &lt;version&gt;10.3.0&lt;/version&gt;
+  &lt;version&gt;10.4.0&lt;/version&gt;
 &lt;/dependency&gt;
 
 &lt;dependency&gt;
   &lt;groupId&gt;org.eclipse.collections&lt;/groupId&gt;
   &lt;artifactId&gt;eclipse-collections&lt;/artifactId&gt;
-  &lt;version&gt;10.3.0&lt;/version>
+  &lt;version&gt;10.4.0&lt;/version>
 &lt;/dependency&gt;</pre>
                         </div>
                         <div class="tab-pane fade" id="gradle">
                             <pre  class="prettyprint">
-implementation 'org.eclipse.collections:eclipse-collections-api:10.3.0'
-implementation 'org.eclipse.collections:eclipse-collections:10.3.0'</pre>
+implementation 'org.eclipse.collections:eclipse-collections-api:10.4.0'
+implementation 'org.eclipse.collections:eclipse-collections:10.4.0'</pre>
                         </div>
                         <div class="tab-pane fade" id="ivy">
                             <pre  class="prettyprint">
-&lt;dependency org="org.eclipse.collections" name="eclipse-collections-api" rev="10.3.0" /&gt;
-&lt;dependency org="org.eclipse.collections" name="eclipse-collections" rev="10.3.0" /&gt;</pre>
+&lt;dependency org="org.eclipse.collections" name="eclipse-collections-api" rev="10.4.0" /&gt;
+&lt;dependency org="org.eclipse.collections" name="eclipse-collections" rev="10.4.0" /&gt;</pre>
                         </div>
                         <div class="tab-pane fade" id="download">
                             <pre class="prettyprint">
-<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections-api/10.3.0">eclipse-collections-api-10.3.0.jar</a>
-<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections/10.3.0">eclipse-collections-10.3.0.jar</a></pre>
+<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections-api/10.4.0">eclipse-collections-api-10.4.0.jar</a>
+<a target="_blank" href="http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections/10.4.0">eclipse-collections-10.4.0.jar</a></pre>
                         </div>
 
                     </div>
@@ -585,6 +586,7 @@
                 </div>
                 <div class="col-lg-4 col-sm-4">
                     <h3>Новости проекта</h3>
+                    <p class="regular">Eclipse Collections 10.4.0 <a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.4.0">выпущен</a> <a class="light">(Aug 20th 2020)</a></p>
                     <p class="regular">Eclipse Collections 10.3.0 <a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.3.0">выпущен</a> <a class="light">(Aug 8th 2020)</a></p>
                     <p class="regular">Eclipse Collections 10.2.0 <a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.2.0">выпущен</a> <a class="light">(Feb 11th 2020)</a></p>
                     <p class="regular">Eclipse Collections 10.1.0 <a href="https://github.com/eclipse/eclipse-collections/releases/tag/10.1.0">выпущен</a> <a class="light">(Dec 4th 2019)</a></p>