From cf47d838dbfbf96afc3a6bac201ca3fed0d1370c Mon Sep 17 00:00:00 2001
From: pedrovgs <pedrovicente.gomez@gmail.com>
Date: Sun, 29 Nov 2015 23:00:22 +0100
Subject: [PATCH] Prepare release 1.9

---
 README.md         | 6 +++---
 gradle.properties | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index d7dc387..918cb4c 100644
--- a/README.md
+++ b/README.md
@@ -87,7 +87,7 @@ private void initializeDraggablePanel() throws Resources.NotFoundException {
 Import DraggablePanel dependency
 --------------------------------
 
-Download the project, compile it using maven or gradle and import ``draggablepanel-1.8.aar`` into your project.
+Download the project, compile it using maven or gradle and import ``draggablepanel-1.9.aar`` into your project.
 
 Or declare it into your pom.xml. This library uses NineOldAndroid library and Android support library v4 version 19.1.0, you have to provide this dependencies from your local artifact repository or from maven central repository.
 
@@ -95,7 +95,7 @@ Or declare it into your pom.xml. This library uses NineOldAndroid library and An
 <dependency>
   <groupId>com.github.pedrovgs</groupId>
   <artifactId>draggablepanel</artifactId>
-  <version>1.8</version>
+  <version>1.9</version>
   <type>aar</type>
 </dependency>
 ```
@@ -105,7 +105,7 @@ Or into your build.gradle
 
 ```groovy
 dependencies {
-    compile 'com.github.pedrovgs:draggablepanel:1.8'
+    compile 'com.github.pedrovgs:draggablepanel:1.9'
 }
 ```
 
diff --git a/gradle.properties b/gradle.properties
index 64cd0d3..9a9902e 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,4 +1,4 @@
-VERSION_NAME=1.9-SNAPSHOT
+VERSION_NAME=1.9
 VERSION_CODE=17
 GROUP=com.github.pedrovgs