Skip to content

Commit

Permalink
fix version in Readme (#1248)
Browse files Browse the repository at this point in the history
  • Loading branch information
eike-hass authored Sep 29, 2023
1 parent 4ea485f commit a8048a8
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-rc" }
identity_iota = { version = "1.0.0-rc" }
```

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-rc" }
identity_iota = { version = "1.0.0-rc" }
iota-sdk = { version = "1.0.2", default-features = true, features = ["tls", "client", "stronghold"] }
tokio = { version = "1", features = ["full"] }
```
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-rc" }
identity_iota = { version = "1.0.0-rc" }
```

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-rc" }
identity_iota = { version = "1.0.0-rc" }
iota-sdk = { version = "1.0.2", default-features = true, features = ["tls", "client", "stronghold"] }
tokio = { version = "1", features = ["full"] }
```
Expand Down

0 comments on commit a8048a8

Please sign in to comment.