Skip to content

Commit bc728d5

Browse files
authored
docs: update versions (#202)
Signed-off-by: Mike Nguyen <[email protected]>
1 parent 103caa3 commit bc728d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Add the following to your `Cargo.toml` file:
5353

5454
```toml
5555
[dependencies]
56-
dapr = "0.13.0"
56+
dapr = "0.15.0"
5757
```
5858

5959
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`
9595
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:
9696

9797
```bash
98-
./update-protos.sh -v v1.12.0
98+
./update-protos.sh -v v1.14.0
9999
```
100100

101101
### Contact Us

0 commit comments

Comments
 (0)