summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-11-10 02:25:28 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-11-10 02:25:28 +0100
commit7eaeab8d99b5b99c42ede0749e1499eb5a52162e (patch)
tree2711a57ac626ce6d2bb20474ccaded797f38696f
parent9fe67161fdd28c4017ef353cecd2a1c8934eea85 (diff)
downloadiced-7eaeab8d99b5b99c42ede0749e1499eb5a52162e.tar.gz
iced-7eaeab8d99b5b99c42ede0749e1499eb5a52162e.tar.bz2
iced-7eaeab8d99b5b99c42ede0749e1499eb5a52162e.zip
Update `README`
-rw-r--r--Cargo.toml2
-rw-r--r--README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index edaaf143..204d3de8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "iced"
-version = "0.5.0"
+version = "0.5.1"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2021"
description = "A cross-platform GUI library inspired by Elm"
diff --git a/README.md b/README.md
index dc065ada..2f46ba1b 100644
--- a/README.md
+++ b/README.md
@@ -68,7 +68,7 @@ __Iced is currently experimental software.__ [Take a look at the roadmap],
Add `iced` as a dependency in your `Cargo.toml`:
```toml
-iced = "0.4"
+iced = "0.5"
```
If your project is using a Rust edition older than 2021, then you will need to