diff --git a/README.md b/README.md
index 69975721..c67439aa 100644
--- a/README.md
+++ b/README.md
@@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
com.google.cloud
google-cloud-service-usage
- 1.0.1
+ 2.0.0
```
If you are using Gradle without BOM, add this to your dependencies
```Groovy
-compile 'com.google.cloud:google-cloud-service-usage:1.0.1'
+compile 'com.google.cloud:google-cloud-service-usage:2.0.0'
```
If you are using SBT, add this to your dependencies
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-service-usage" % "1.0.1"
+libraryDependencies += "com.google.cloud" % "google-cloud-service-usage" % "2.0.0"
```
## Authentication
diff --git a/pom.xml b/pom.xml
index d795f43e..e5a08028 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,7 +86,7 @@
com.google.cloud
google-cloud-shared-dependencies
- 2.0.0
+ 2.0.1
pom
import