diff --git a/Source/Core/src/ca/uqac/lif/labpal/Laboratory.java b/Source/Core/src/ca/uqac/lif/labpal/Laboratory.java
index c28b3a6..6744ca5 100755
--- a/Source/Core/src/ca/uqac/lif/labpal/Laboratory.java
+++ b/Source/Core/src/ca/uqac/lif/labpal/Laboratory.java
@@ -743,7 +743,7 @@ public String saveToString() throws PrintException
*
* @return The JSON element with the lab state, or null if some error
* occurred
- * @throws SerializerException Thrown if the serialization of the lab
+ * @throws PrintException Thrown if the serialization of the lab
* could not be done for some reason
*/
public JsonElement saveToJson() throws PrintException
@@ -1272,7 +1272,8 @@ protected static String getCliHeader()
{
String out = "";
out += "LabPal " + formatVersion() + " - A versatile environment for running experiments\n";
- out += "(C) 2014-2019 Laboratoire d'informatique formelle\nUniversité du Québec à Chicoutimi, Canada\n";
+ out += "(C) 2014-2020 Laboratoire d'informatique formelle\nUniversité du Québec à Chicoutimi, Canada\n";
+ out += "https://liflab.github.io/labpal\n";
return out;
}
diff --git a/Source/config.xml b/Source/config.xml
index e84646d..84a15a7 100755
--- a/Source/config.xml
+++ b/Source/config.xml
@@ -26,7 +26,7 @@
LabPal
- 2.11.7
+ 2.11.8
@@ -82,8 +82,8 @@
Azrael
ca.uqac.lif.azrael.ObjectPrinter
- https://github.com/sylvainhalle/Azrael/releases/download/v2.0/azrael-core.jar
- https://github.com/sylvainhalle/Azrael/releases/download/v2.0/azrael-json.jar
+ https://github.com/sylvainhalle/Azrael/releases/download/v2.0.2/azrael-core.jar
+ https://github.com/sylvainhalle/Azrael/releases/download/v2.0.2/azrael-json.jar
true