diff --git a/README.md b/README.md index d10a8e72..f2365564 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ The easiest way to start using the driver is to add the driver dependency throug com.google.cloud cloud-spanner-r2dbc - 1.2.0 + 1.3.0 ``` @@ -36,7 +36,7 @@ The easiest way to start using the driver is to add the driver dependency throug ``` dependencies { - compile group: 'com.google.cloud', name: 'cloud-spanner-r2dbc', version: '1.2.0' + compile group: 'com.google.cloud', name: 'cloud-spanner-r2dbc', version: '1.3.0' } ```