From a1aa20e9d8745b5466ddc5bad5eccd657cc0ae8b Mon Sep 17 00:00:00 2001 From: Shay Nativ Date: Tue, 9 Aug 2016 16:36:39 +0300 Subject: [PATCH] version bump - 0.3.2 --- build.sbt | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 5da94b7a..9b176e2a 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ spName := "RedisLabs/spark-redis" description := "A library for reading and writing data from and to Redis with Apache Spark, for Spark SQL and DataFrames." // Don't forget to set the version -version := "0.3.1" +version := "0.3.2" homepage := Some(url("https://github.com/RedisLabs/spark-redis")) diff --git a/pom.xml b/pom.xml index 1fc009c0..da2d0c05 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.redislabs spark-redis - 0.3.1 + 0.3.2 Spark-Redis A Spark library for Redis http://github.com/RedisLabs/spark-redis