bump version

This commit is contained in:
2025-07-16 02:22:57 +03:00
parent 427434c607
commit 3a3c2db4d3
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@@ -825,7 +825,7 @@ dependencies = [
[[package]]
name = "egui_knob"
version = "0.3.2"
version = "0.3.3"
dependencies = [
"eframe",
"egui",

View File

@@ -1,6 +1,6 @@
[package]
name = "egui_knob"
version = "0.3.2"
version = "0.3.3"
edition = "2024"
description = "A simple knob widget for egui"
homepage = "https://github.com/obsqrbtz/egui_knob"

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.32"
egui_knob = "0.3.2"
egui_knob = "0.3.3"
```
## Usage example