Skip to content

Commit a1aa20e

Browse files
committed
version bump - 0.3.2
1 parent 45ec55a commit a1aa20e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spName := "RedisLabs/spark-redis"
1010
description := "A library for reading and writing data from and to Redis with Apache Spark, for Spark SQL and DataFrames."
1111

1212
// Don't forget to set the version
13-
version := "0.3.1"
13+
version := "0.3.2"
1414

1515
homepage := Some(url("https://github.com/RedisLabs/spark-redis"))
1616

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.redislabs</groupId>
55
<artifactId>spark-redis</artifactId>
6-
<version>0.3.1</version>
6+
<version>0.3.2</version>
77
<name>Spark-Redis</name>
88
<description>A Spark library for Redis</description>
99
<url>http://github.com/RedisLabs/spark-redis</url>

0 commit comments

Comments
 (0)