Skip to content

Commit

Permalink
version bump - 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shaynativ committed Aug 9, 2016
1 parent 45ec55a commit a1aa20e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"))

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.redislabs</groupId>
<artifactId>spark-redis</artifactId>
<version>0.3.1</version>
<version>0.3.2</version>
<name>Spark-Redis</name>
<description>A Spark library for Redis</description>
<url>http://github.com/RedisLabs/spark-redis</url>
Expand Down

0 comments on commit a1aa20e

Please sign in to comment.