Skip to content

Commit

Permalink
pin readme to a better versio
Browse files Browse the repository at this point in the history
  • Loading branch information
ducc committed Apr 27, 2024
1 parent 0ec897b commit 44c53ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gocardless-unofficial"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
authors = ["Joe Burnard <github.com/ducc>"]
rust-version = "1.63.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ An unofficial rust library to interact with the [GoCardless Bank Account Data AP
Add the following to `Cargo.toml`
```toml
[dependencies]
gocardless-unofficial = "0.1.0"
gocardless-unofficial = "0.1"
```

```rs
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
//! Add the following to `Cargo.toml`
//! ```toml
//! [dependencies]
//! gocardless-unofficial = "0.1.0"
//! gocardless-unofficial = "0.1"
//! ```
//!
//! ```rs
Expand Down

0 comments on commit 44c53ef

Please sign in to comment.