Skip to content

Commit

Permalink
Bump version to 1.4.0 (#1669)
Browse files Browse the repository at this point in the history
* Bump version to 1.4.0

* Also bump in readme
  • Loading branch information
thibault-martinez committed Mar 28, 2023
1 parent da0387a commit c5c64c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "iota-client"
version = "1.3.0"
version = "1.4.0"
authors = ["IOTA Stiftung"]
edition = "2021"
description = "The official, general-purpose IOTA client library in Rust for interaction with the IOTA network (Tangle)"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Add `iota-client` as a dependency in `Cargo.toml`:

```toml
[dependencies]
iota-client = "1.3.0"
iota-client = "1.4.0"
```

Or, for the latest changes:
Expand Down

0 comments on commit c5c64c2

Please sign in to comment.