From 22908b3a5bda7b0c1369172174c556005a72bc41 Mon Sep 17 00:00:00 2001 From: Mike Nguyen Date: Wed, 14 Aug 2024 11:21:38 +0100 Subject: [PATCH] docs: update versions Signed-off-by: Mike Nguyen --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee4b4ba..1686ad1 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Add the following to your `Cargo.toml` file: ```toml [dependencies] -dapr = "0.13.0" +dapr = "0.15.0" ``` Here's a basic example to create a client: @@ -95,7 +95,7 @@ To fetch the latest .proto files from Dapr execute the script `update-protos.sh` By default, the script fetches the latest proto updates from the master branch of the Dapr repository. If you need to choose a specific release or version, use the -v flag: ```bash -./update-protos.sh -v v1.12.0 +./update-protos.sh -v v1.14.0 ``` ### Contact Us