From 3056dcab920196c33e53c225b8a2011620bb9603 Mon Sep 17 00:00:00 2001 From: Bitcoinzie Date: Wed, 14 Jan 2015 22:30:21 -0800 Subject: [PATCH] Update README.md Changed snapshot version number to reflect poc-8 changes --- ethereumj-core/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ethereumj-core/README.md b/ethereumj-core/README.md index 8f552442..ead26367 100644 --- a/ethereumj-core/README.md +++ b/ethereumj-core/README.md @@ -6,7 +6,7 @@ #### For snapshot builds: - Add https://oss.jfrog.org/libs-snapshot/ as a repository to your build script - - Add a dependency on `org.ethereum:ethereumj-core:${VERSION}`, where `${VERSION}` is of the form `0.7.14-SNAPSHOT`. + - Add a dependency on `org.ethereum:ethereumj-core:${VERSION}`, where `${VERSION}` is of the form `0.8.1-SNAPSHOT`. Example: @@ -20,7 +20,7 @@ Example: org.ethereum ethereumj-core - 0.7.14-SNAPSHOT + 0.8.1-SNAPSHOT #### For release builds: