diff --git a/README.md b/README.md
index e7c8eb0..453c702 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-optimization
- 0.1.2
+ 1.0.0
```
If you are using Gradle without BOM, add this to your dependencies
```Groovy
-implementation 'com.google.cloud:google-cloud-optimization:0.1.2'
+implementation 'com.google.cloud:google-cloud-optimization:1.0.0'
```
If you are using SBT, add this to your dependencies
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-optimization" % "0.1.2"
+libraryDependencies += "com.google.cloud" % "google-cloud-optimization" % "1.0.0"
```
## Authentication
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index b371c71..fd1f612 100644
--- a/samples/install-without-bom/pom.xml
+++ b/samples/install-without-bom/pom.xml
@@ -35,7 +35,7 @@
com.google.cloud
google-cloud-storage
- 2.6.1
+ 2.7.0
junit
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index 0790e9f..ce9ba0a 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -35,7 +35,7 @@
com.google.cloud
google-cloud-storage
- 2.6.1
+ 2.7.0
junit