Skip to content

Commit

Permalink
Bump version to fix docs.rs build
Browse files Browse the repository at this point in the history
  • Loading branch information
kestred committed Jun 4, 2019
1 parent 3736a71 commit 55fb224
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Version 0.10.0 (June 4, 2019)
# Version 0.10.0 / 0.10.1 (June 4, 2019)

This version uses code generation to generate the stripe API according to the openapi spec.

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["openapi"]

[package]
name = "stripe-rust" # b.c. stripe and stripe-rs were already taken
version = "0.10.0"
version = "0.10.1"
description = "API bindings for the Stripe v1 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 @@ -15,7 +15,7 @@ Put this in your `Cargo.toml`:

```toml
[dependencies]
stripe-rust = "0.10.0"
stripe-rust = "0.10.1"
```

And this in your crate root:
Expand Down

0 comments on commit 55fb224

Please sign in to comment.