From 6aa6a231fa0dbafbe65b31ef4bdff56fd0c9f6c0 Mon Sep 17 00:00:00 2001 From: Daniel Dada Date: Mon, 3 Feb 2025 16:25:52 +0300 Subject: [PATCH] chore: Release egui_knob version 0.1.6 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4953858..3c3d46a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -896,7 +896,7 @@ dependencies = [ [[package]] name = "egui_knob" -version = "0.1.5" +version = "0.1.6" dependencies = [ "eframe", "egui", diff --git a/Cargo.toml b/Cargo.toml index b3785bf..842f906 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "egui_knob" -version = "0.1.5" +version = "0.1.6" edition = "2021" description = "A simple knob widget for egui" homepage = "https://github.com/obsqrbtz/egui_knob"