From 307bc5d4de11353b1db9ba6a991e7cf56bd88c03 Mon Sep 17 00:00:00 2001 From: Anton Beloglazov Date: Sat, 20 Feb 2016 23:55:41 -0800 Subject: [PATCH] Version 0.7.0, updated copyright --- README.md | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 03875e6..bacef49 100644 --- a/README.md +++ b/README.md @@ -557,5 +557,5 @@ For more open-source projects from IBM, head over to (http://ibm.github.io). ## Copyright and license -© Copyright 2015 IBM Corporation. Distributed under the [Apache 2.0 +© Copyright 2015 IBM Corporation, Google Inc. Distributed under the [Apache 2.0 license](LICENSE). diff --git a/build.sbt b/build.sbt index 9cd12e1..553a3d8 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ organization := "com.ibm" name := "couchdb-scala" -version := "0.6.1-SNAPSHOT" +version := "0.7.0" scalaVersion := "2.11.7"