diff --git a/README.md b/README.md
index 16423fc..7810203 100644
--- a/README.md
+++ b/README.md
@@ -53,7 +53,7 @@ It allows to interact with the server.
The client also has a command line, that can be used with the command:
```shell
-java -jar grida-client-2.0.0.jar
+java -jar grida-client-2.0.1.jar
```
When this command is run without arguments, it prints the usage to
diff --git a/grida-client/pom.xml b/grida-client/pom.xml
index e4aef20..31d8e5f 100644
--- a/grida-client/pom.xml
+++ b/grida-client/pom.xml
@@ -5,7 +5,7 @@
fr.insalyon.creatis
grida
- 2.0.0
+ 2.0.1
grida-client
diff --git a/grida-common/pom.xml b/grida-common/pom.xml
index 38cd854..dc5d808 100644
--- a/grida-common/pom.xml
+++ b/grida-common/pom.xml
@@ -5,7 +5,7 @@
fr.insalyon.creatis
grida
- 2.0.0
+ 2.0.1
grida-common
diff --git a/grida-server/pom.xml b/grida-server/pom.xml
index cf06e9b..5e39c22 100644
--- a/grida-server/pom.xml
+++ b/grida-server/pom.xml
@@ -5,7 +5,7 @@
fr.insalyon.creatis
grida
- 2.0.0
+ 2.0.1
grida-server
diff --git a/pom.xml b/pom.xml
index b53e493..01b871c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
fr.insalyon.creatis
grida
pom
- 2.0.0
+ 2.0.1
GRIDA
GRID data manager Agent
2011