summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-04-02 17:08:28 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-04-02 17:40:20 +0200
commitd0cca658a135045d408fdb0b4dc8f6f344baf858 (patch)
tree4fbc6f3a306f3502504a79e98e58471ab4432023 /README.md
parentd7a3ce4e68342c7523c6710c8dfa54a0688a7b2e (diff)
downloadiced-d0cca658a135045d408fdb0b4dc8f6f344baf858.tar.gz
iced-d0cca658a135045d408fdb0b4dc8f6f344baf858.tar.bz2
iced-d0cca658a135045d408fdb0b4dc8f6f344baf858.zip
Bump all versions :tada:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 10992ad4..9dbd3ed4 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# Iced
[![Test Status](https://github.com/hecrj/iced/workflows/Test/badge.svg?event=push)](https://github.com/hecrj/iced/actions)
[![Documentation](https://docs.rs/iced/badge.svg)][documentation]
-[![Crates.io](https://img.shields.io/crates/v/iced.svg)](https://crates.io/crates/iced/0.1.0-beta)
+[![Crates.io](https://img.shields.io/crates/v/iced.svg)](https://crates.io/crates/iced)
[![License](https://img.shields.io/crates/l/iced.svg)](https://github.com/hecrj/iced/blob/master/LICENSE)
[![project chat](https://img.shields.io/badge/chat-on_zulip-brightgreen.svg)](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/