bump version

This commit is contained in:
2026-01-13 23:39:41 +03:00
parent 15021b8cfa
commit 45ce317879
3 changed files with 8 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ To use the Knob widget in your project, add the following to your `Cargo.toml`:
[dependencies]
egui = "0.33"
eframe = "0.33"
egui_knob = "0.3.8"
egui_knob = "0.3.9"
```
## Usage