From 2889a6813897dc410f5e87790118d68c4389214e Mon Sep 17 00:00:00 2001 From: Eero Lehtinen Date: Fri, 18 Oct 2024 16:10:16 +0300 Subject: [PATCH] Bump version to 1.7.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 440bbf2..1502862 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2409,7 +2409,7 @@ dependencies = [ [[package]] name = "oklch-color-picker" -version = "1.6.3" +version = "1.7.0" dependencies = [ "bevy_color", "clap", diff --git a/Cargo.toml b/Cargo.toml index d410425..55a951b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oklch-color-picker" -version = "1.6.3" +version = "1.7.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."