diff --git a/Cargo.lock b/Cargo.lock index 0de7fbc..bbd230c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2487,7 +2487,7 @@ dependencies = [ [[package]] name = "oklch-color-picker" -version = "1.9.0" +version = "1.10.0" dependencies = [ "anyhow", "bevy_color", diff --git a/Cargo.toml b/Cargo.toml index 28b58cf..b94c330 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oklch-color-picker" -version = "1.9.0" +version = "1.10.0" edition = "2021" license = "MIT" description = "A standalone graphical color picker using the Oklch color space. Allows output to hex, rgb, hsl and many other formats."