From 2cf3428a2eeb0eeb89dd46d8793bf4be555490e6 Mon Sep 17 00:00:00 2001
From: Tim Molter <tim@knowm.org>
Date: Tue, 1 Dec 2015 17:57:13 +0100
Subject: [PATCH] prepare for release 2.6.1

---
 README.md | 4 ++--
 pom.xml   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 031c4a73..445adb65 100644
--- a/README.md
+++ b/README.md
@@ -93,7 +93,7 @@ Add the XChart library as a dependency to your pom.xml file:
     <dependency>
         <groupId>org.knowm.xchart</groupId>
         <artifactId>xchart</artifactId>
-        <version>2.6.0</version>
+        <version>2.6.1</version>
     </dependency>
 ```
 
@@ -109,7 +109,7 @@ For snapshots, add the following to your pom.xml file:
     <dependency>
       <groupId>org.knowm.xchart</groupId>
       <artifactId>xchart</artifactId>
-      <version>2.6.1-SNAPSHOT</version>
+      <version>2.6.2-SNAPSHOT</version>
     </dependency>
 ```
 
diff --git a/pom.xml b/pom.xml
index ecbe591a..c714a78e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
 	<version>2.6.1-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<name>XChart Parent</name>
-	<description>Basic Charts for Java Applications</description>
+	<description>XChart is a light weight Java library for plotting data.</description>
 	<url>http://knowm.org/open-source/xchart</url>
 	<inceptionYear>2011</inceptionYear>
 
-- 
GitLab