From d4a76411250bb51ebccdde58d7398eecde54f1a4 Mon Sep 17 00:00:00 2001 From: Wlad Meixner <9556979+gosticks@users.noreply.github.com> Date: Fri, 19 Jan 2018 10:04:24 +0100 Subject: [PATCH] Fixed wrong versioning in maven example. Newer versions of the lib don't prefix the version number with a 'v' letter. Using the code from the example fails on maven build. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60c1ec1..f9c1a47 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ Add this in your module `pom.xml` file: com.github.iotaledger iota~lib~java - v0.9.10 + 0.9.10 ```