From f047c6437a0e9cd7b6f29791faad3a1609133c36 Mon Sep 17 00:00:00 2001
From: Tim Molter <tim.molter@gmail.com>
Date: Tue, 15 Jan 2013 10:11:57 +0100
Subject: [PATCH] increment version

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 5bac56bd..e1ae3b30 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ Add the XChart library as a dependency to your pom.xml file:
     <dependency>
       <groupId>com.xeiam</groupId>
       <artifactId>xchart</artifactId>
-      <version>1.2.1</version>
+      <version>1.3.0</version>
     </dependency>
 
 For snapshots, add the following to your pom.xml file:
-- 
GitLab