chore: bump version

This commit is contained in:
2025-07-07 16:49:12 +03:00
parent 135d70cfc8
commit 530ba584bc
4 changed files with 9 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ To use the Knob widget in your project, add the following to your `Cargo.toml`:
```toml
[dependencies]
egui = "0.31"
egui_knob = "0.2.0"
egui_knob = "0.3.0"
```
## Usage example