Skip to content

Commit

Permalink
Bump version to rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
arlyon committed Mar 28, 2021
1 parent 5b047e2 commit 3be1a1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ members = [

[package]
name = "async-stripe"
version = "0.13.0-rc2"
version = "0.13.0-rc3"
description = "API bindings for the Stripe HTTP API"
authors = [
"Anna Baldwin <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ If you don't see the specific version you are on, prefer the next available vers

```toml
[dependencies]
async-stripe = { version = "0.13.0-rc1", features = ["runtime-async-std-surf"] }
async-stripe = { version = "0.13.0-rc3", features = ["runtime-async-std-surf"] }
```

### Feature Flags
Expand Down

0 comments on commit 3be1a1e

Please sign in to comment.