Skip to content

Commit

Permalink
update version in readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
eike-hass committed Feb 6, 2024
1 parent 0c1ab34 commit 8567d4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ If you want to include IOTA Identity in your project, simply add it as a depende

```toml
[dependencies]
identity_iota = { version = "1.0.0" }
identity_iota = { version = "1.1.0" }
```

To try out the [examples](https://github.com/iotaledger/identity.rs/blob/HEAD/examples), you can also do this:
Expand Down Expand Up @@ -85,7 +85,7 @@ version = "1.0.0"
edition = "2021"

[dependencies]
identity_iota = {version = "1.0.0", features = ["memstore"]}
identity_iota = {version = "1.1.0", features = ["memstore"]}
iota-sdk = { version = "1.0.2", default-features = true, features = ["tls", "client", "stronghold"] }
tokio = { version = "1", features = ["full"] }
anyhow = "1.0.62"
Expand Down
4 changes: 2 additions & 2 deletions identity_iota/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ If you want to include IOTA Identity in your project, simply add it as a depende

```toml
[dependencies]
identity_iota = { version = "1.0.0" }
identity_iota = { version = "1.1.0" }
```

To try out the [examples](https://github.com/iotaledger/identity.rs/blob/HEAD/examples), you can also do this:
Expand All @@ -74,7 +74,7 @@ version = "1.0.0"
edition = "2021"

[dependencies]
identity_iota = {version = "1.0.0", features = ["memstore"]}
identity_iota = {version = "1.1.0", features = ["memstore"]}
iota-sdk = { version = "1.0.2", default-features = true, features = ["tls", "client", "stronghold"] }
tokio = { version = "1", features = ["full"] }
anyhow = "1.0.62"
Expand Down

0 comments on commit 8567d4a

Please sign in to comment.