summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-05-02 22:18:22 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-05-02 22:18:22 +0200
commitcb1aaf1bddd86ef37502602fe0c9d900e8f3f769 (patch)
tree5494049172fbac63c4937c7b01becc592142dd65 /README.md
parentb566c887b552b2902f2e2a06ca5aa4e7568071c1 (diff)
downloadiced-cb1aaf1bddd86ef37502602fe0c9d900e8f3f769.tar.gz
iced-cb1aaf1bddd86ef37502602fe0c9d900e8f3f769.tar.bz2
iced-cb1aaf1bddd86ef37502602fe0c9d900e8f3f769.zip
Bump version in `README`
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2c3286e1..3d1e6e1e 100644
--- a/README.md
+++ b/README.md
@@ -66,7 +66,7 @@ __Iced is currently experimental software.__ [Take a look at the roadmap],
Add `iced` as a dependency in your `Cargo.toml`:
```toml
-iced = "0.3"
+iced = "0.4"
```
__Iced moves fast and the `master` branch can contain breaking changes!__ If
@@ -215,7 +215,7 @@ $ cargo run --features iced/glow --package game_of_life
and then use it in your project with
```toml
-iced = { version = "0.3", default-features = false, features = ["glow"] }
+iced = { version = "0.4", default-features = false, features = ["glow"] }
```
**NOTE:** Chances are you have hardware that supports at least OpenGL 2.1 or OpenGL ES 2.0,