From ca871f9c1fafd3f64cfd049e62c1c95e2d8125db Mon Sep 17 00:00:00 2001 From: timmolter <tim.molter@gmail.com> Date: Sat, 25 Aug 2012 13:33:13 +0200 Subject: [PATCH] updated version --- README.md | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 25636ea2..9059e7c8 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Add this to dependencies in pom.xml: <dependency> <groupId>com.xeiam</groupId> <artifactId>xchart</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> </dependency> Building diff --git a/pom.xml b/pom.xml index d1ba1dd6..91c708af 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ <name>XChart</name> <groupId>com.xeiam</groupId> <artifactId>xchart</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> <packaging>jar</packaging> <description>Basic Charts for Java Applications</description> <url>http://xeiam.com</url> -- GitLab