diff --git a/README.md b/README.md index cbf2422..4161adb 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Google Spreadsheets datasource for [SparkSQL and DataFrames](http://spark.apache Using SBT: ``` -libraryDependenicies += "com.github.potix2" %% "spark-google-spreadsheets" % "0.3.0" +libraryDependenicies += "com.github.potix2" %% "spark-google-spreadsheets" % "0.3.1" ``` Using Maven: @@ -20,7 +20,7 @@ Using Maven: com.github.potix2 spark-google-spreadsheets_2.11 - 0.3.0 + 0.3.1 ```