diff options
Diffstat (limited to 'glow/README.md')
-rw-r--r-- | glow/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glow/README.md b/glow/README.md index 38449c64..95c9d62a 100644 --- a/glow/README.md +++ b/glow/README.md @@ -28,7 +28,7 @@ Currently, `iced_glow` supports the following primitives: Add `iced_glow` as a dependency in your `Cargo.toml`: ```toml -iced_glow = "0.6" +iced_glow = "0.7" ``` __Iced moves fast and the `master` branch can contain breaking changes!__ If |