diff --git a/README.md b/README.md index 25636ea28315a810c237cddc52bfef998b7ed279..9059e7c8b0892f988aeabf98809498419deb3f2f 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 d1ba1dd6b3f0bb993edfbd8989044b67f8050719..91c708af1a2ab22b5806fba07ca9526fc482296a 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>