diff --git a/README.md b/README.md index 087ff19e14db35584ad5f080062c3b6ee1af5e5c..9f85625dafd05a7fabe134bcd2e84a6622335716 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Add the XChart library as a dependency to your pom.xml file: <dependency> <groupId>com.xeiam.xchart</groupId> <artifactId>xchart</artifactId> - <version>2.3.0</version> + <version>2.3.1</version> </dependency> For snapshots, add the following to your pom.xml file: @@ -73,7 +73,7 @@ For snapshots, add the following to your pom.xml file: <dependency> <groupId>com.xeiam</groupId> <artifactId>xchart</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>2.3.2-SNAPSHOT</version> </dependency> ## Building @@ -91,7 +91,7 @@ For snapshots, add the following to your pom.xml file: ## Running Demo cd /path/to/xchart-demo/jar/ - java -cp xchart-demo-2.3.0.jar:xchart-2.3.0.jar com.xeiam.xchart.demo.XChartDemo + java -cp xchart-demo-2.3.1.jar:xchart-2.3.1.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).