From bb6e00c1eb7e8555dd6b677da03eda34e4cd457d Mon Sep 17 00:00:00 2001 From: Tim Molter <tim.molter@gmail.com> Date: Tue, 8 Jan 2013 21:34:54 +0100 Subject: [PATCH] incremented version in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5b0483c..588ab28c 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Add the XChart library as a dependency to your pom.xml file: <dependency> <groupId>com.xeiam</groupId> <artifactId>xchart</artifactId> - <version>1.2.1</version> + <version>1.2.2.SNAPSHOT</version> </dependency> For snapshots, add the following repository to your pom.xml file: -- GitLab