diff options
author | 2020-04-02 17:08:28 +0200 | |
---|---|---|
committer | 2020-04-02 17:40:20 +0200 | |
commit | d0cca658a135045d408fdb0b4dc8f6f344baf858 (patch) | |
tree | 4fbc6f3a306f3502504a79e98e58471ab4432023 /README.md | |
parent | d7a3ce4e68342c7523c6710c8dfa54a0688a7b2e (diff) | |
download | iced-d0cca658a135045d408fdb0b4dc8f6f344baf858.tar.gz iced-d0cca658a135045d408fdb0b4dc8f6f344baf858.tar.bz2 iced-d0cca658a135045d408fdb0b4dc8f6f344baf858.zip |
Bump all versions :tada:
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/ |