diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d3fec8a7ea40eed705f26425b3f2a4201f6c87f4..57d7194efcb817a3b0f058f9d9a0647b4d6def04 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -46,7 +46,7 @@ pages:
     - mkdir -p public/Tests_Results && cp -r build/reports/tests/test/* public/Tests_Results/
     - mkdir -p public/Jacoco && cp -r build/jacocoHtml/* public/Jacoco/
     - mkdir -p public/Javadoc && cp -r build/docs/javadoc/* public/Javadoc/
-    - cp -r build/libs/ImmutableComplex-1.0.0.jar public/
+    - cp -r `ls -t build/libs/ImmutableComplex*.jar | head -1` public/ImmutableComplex.jar
   artifacts:
     paths:
       - public
diff --git a/.travis.yml b/.travis.yml
index bf85a96dba2d2ff5be69f1affbc805ed0bf125bf..e31f939ca4bb9de294f8d95475cab008936fc920 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,7 +22,7 @@ script:
   - mkdir -p public/Tests_Results && cp -r build/reports/tests/test/* public/Tests_Results/
   - mkdir -p public/Jacoco && cp -r build/jacocoHtml/* public/Jacoco/
   - mkdir -p public/Javadoc && cp -r build/docs/javadoc/* public/Javadoc/
-  - cp -r build/libs/ImmutableComplex-1.0.0.jar public/
+  - cp -r `ls -t build/libs/ImmutableComplex*.jar | head -1` public/ImmutableComplex.jar
 
 branches:
   only:
diff --git a/index.html b/index.html
index f88b9530ec6ff25d0583d4993ef6e9261c6bc05f..46e543ad8d52def16419cf18acc341de51daf561 100644
--- a/index.html
+++ b/index.html
@@ -8,7 +8,7 @@
 <li><a href="http://denis.arrivault.pages.lis-lab.fr/Test_Project/Tests_Results/">See the unit tests report</a></li>
 <li><a href="http://denis.arrivault.pages.lis-lab.fr/Test_Project/Jacoco/">See the Jacoco coverage report</a></li>
 <li><a href="http://denis.arrivault.pages.lis-lab.fr/Test_Project/Javadoc/">See the javadoc</a></li>
-<li><a href="http://denis.arrivault.pages.lis-lab.fr/Test_Project/ImmutableComplex-1.0.0.jar" download="ImmutableComplex-1.0.0.jar">Download the executable jar</a>
+<li><a href="http://denis.arrivault.pages.lis-lab.fr/Test_Project/ImmutableComplex.jar" download="ImmutableComplex.jar">Download the executable jar</a>
 </ul>
 </body>
 </html>
\ No newline at end of file
diff --git a/index_github.html b/index_github.html
index b87bcda5af50afb0977fcb44761a9097b2083876..c5157a8ff878edf4cec8e9dc2e745e07730ca2f6 100644
--- a/index_github.html
+++ b/index_github.html
@@ -8,7 +8,7 @@
 <li><a href="https://darrivau.github.io/Testproject/Tests_Results/">See the unit tests report</a></li>
 <li><a href="https://darrivau.github.io/Testproject/Jacoco/">See the Jacoco coverage report</a></li>
 <li><a href="https://darrivau.github.io/Testproject/Javadoc/">See the javadoc</a></li>
-<li><a href="https://darrivau.github.io/Testproject/ImmutableComplex-1.0.0.jar" download="ImmutableComplex-1.0.0.jar">Download the executable jar</a>
+<li><a href="https://darrivau.github.io/Testproject/ImmutableComplex.jar" download="ImmutableComplex.jar">Download the executable jar</a>
 </ul>
 </body>
 </html>
\ No newline at end of file
diff --git a/public/ImmutableComplex.jar b/public/ImmutableComplex.jar
new file mode 100644
index 0000000000000000000000000000000000000000..f045c766069282966ac991584d861525e4505cf2
Binary files /dev/null and b/public/ImmutableComplex.jar differ