(docs) README.md update maven dependency example

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/jelly/trunk@1809841 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/README.md b/README.md
index 1a1d205..b9b288d 100644
--- a/README.md
+++ b/README.md
@@ -64,7 +64,7 @@
 <dependency>

   <groupId>commons-jelly</groupId>

   <artifactId>commons-jelly</artifactId>

-  <version>1.0</version>

+  <version>1.0.1</version>

 </dependency>

 ```