diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ # Iced [](https://github.com/hecrj/iced/actions) [][documentation] -[](https://crates.io/crates/iced/0.1.0-beta) +[](https://crates.io/crates/iced) [](https://github.com/hecrj/iced/blob/master/LICENSE) [](https://iced.zulipchat.com) @@ -55,7 +55,7 @@ __Iced is currently experimental software.__ [Take a look at the roadmap], Add `iced` as a dependency in your `Cargo.toml`: ```toml -iced = "0.1.0-beta" +iced = "0.1" ``` __Iced moves fast and the `master` branch can contain breaking changes!__ If @@ -217,7 +217,7 @@ the [Rust Community Discord]. I go by `lone_scientist#9554` there. ## Sponsors The development of Iced is sponsored by the [Cryptowatch] team at [Kraken.com] -[documentation]: https://docs.rs/iced/0.1.0-beta/iced/ +[documentation]: https://docs.rs/iced/ [examples]: https://github.com/hecrj/iced/tree/master/examples [Coffee]: https://github.com/hecrj/coffee [Elm]: https://elm-lang.org/ |