Skip to content

Commit df97a48

Browse files
committed
Update README and version in preparation for 1.0.0 release.
1 parent e5d825f commit df97a48

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ You may use this library in your applications with the following dependency info
3030
```
3131
groupId: com.databricks
3232
artifactId: spark-redshift_2.10
33-
version: 0.6.0
33+
version: 1.0.0
3434
```
3535

3636
**Scala 2.11**
3737
```
3838
groupId: com.databricks
3939
artifactId: spark-redshift_2.11
40-
version: 0.6.0
40+
version: 1.0.0
4141
```
4242

4343
You will also need to provide a JDBC driver that is compatible with Redshift. Amazon recommend that you use [their driver](http://docs.aws.amazon.com/redshift/latest/mgmt/configure-jdbc-connection.html), which is distributed as a JAR that is hosted on Amazon's website. This library has also been successfully tested using the Postgres JDBC driver.

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version in ThisBuild := "0.6.1-SNAPSHOT"
1+
version in ThisBuild := "1.0.0-SNAPSHOT"

0 commit comments

Comments
 (0)