From 8c4980679e05efa6fd958b904507b3eb00dec794 Mon Sep 17 00:00:00 2001 From: Burke Davison <40617934+burkedavison@users.noreply.github.com> Date: Mon, 30 Oct 2023 16:02:18 -0400 Subject: [PATCH] Update README.md for 1.3.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' } ```