From 95d141d0c307c99883d83aa00b2e50605aa738f3 Mon Sep 17 00:00:00 2001 From: Tim Molter <tim.molter@gmail.com> Date: Sat, 9 Mar 2013 12:41:30 +0100 Subject: [PATCH] version update --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e4eedef2..faee589a 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Add the XChart library as a dependency to your pom.xml file: <dependency> <groupId>com.xeiam.xchart</groupId> <artifactId>xchart</artifactId> - <version>2.0.0</version> + <version>2.1.0</version> </dependency> For snapshots, add the following to your pom.xml file: @@ -67,7 +67,7 @@ For snapshots, add the following to your pom.xml file: <dependency> <groupId>com.xeiam</groupId> <artifactId>xchart</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.1.1-SNAPSHOT</version> </dependency> ## Building @@ -76,7 +76,7 @@ mvn javadoc:aggregate ## Running Demo cd /path/to/xchart-demo/jar/ - java -cp xchart-demo-2.0.0.jar:xchart-2.0.0.jar com.xeiam.xchart.demo.XChartDemo + java -cp xchart-demo-2.1.0.jar:xchart-2.1.0.jar com.xeiam.xchart.demo.XChartDemo ## Bugs Please report any bugs or submit feature requests to [XChart's Github issue tracker](https://github.com/timmolter/XChart/issues). -- GitLab