diff --git a/README.md b/README.md index 84bf97ecdbc010994703e640015c6e0e52f93fdf..839ab65f5bb227b611e925c0569e0471e18c15d5 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ Now go ahead and [study some more examples](http://xeiam.com/xchart_examplecode. * Scatter charts * Area charts * Bar charts +* Histogram charts * Error bars * Logarithmic axes * Date and category X-Axis @@ -59,7 +60,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.1</version> + <version>2.3.2</version> </dependency> For snapshots, add the following to your pom.xml file: @@ -73,7 +74,7 @@ For snapshots, add the following to your pom.xml file: <dependency> <groupId>com.xeiam</groupId> <artifactId>xchart</artifactId> - <version>2.3.2-SNAPSHOT</version> + <version>2.3.3-SNAPSHOT</version> </dependency> ## Building @@ -91,7 +92,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.1.jar:xchart-2.3.1.jar com.xeiam.xchart.demo.XChartDemo + java -cp xchart-demo-2.3.2.jar:xchart-2.3.2.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).