Skip to content

Commit

Permalink
Bump leftover version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Jan 14, 2023
1 parent 35c0fa3 commit 18552f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.6", default-features = false, features = ["glow"] }
iced = { version = "0.7", default-features = false, features = ["glow"] }
```

__NOTE:__ Chances are you have hardware that supports at least OpenGL 2.1 or OpenGL ES 2.0,
Expand Down

0 comments on commit 18552f9

Please sign in to comment.