aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2026-02-05 14:22:38 +0100
committerPolesznyák Márk <contact@pml68.dev>2026-02-05 14:36:57 +0100
commit5138ae40e5fd020faa10212537a83f6b18e760b6 (patch)
tree4771ab1276d185b8124ef5d5e2864c9560cbccda
parentfeat: make click interval for double & triple clicks customizable (diff)
downloadiced_selection-5138ae40e5fd020faa10212537a83f6b18e760b6.tar.gz
chore: bump version
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ccee0e8..71eeac3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
name = "iced_selection"
description = "Text selection for `iced`"
authors = ["pml68 <contact@pml68.dev>"]
-version = "0.4.0"
+version = "0.5.0"
edition = "2024"
license = "MIT"
readme = "README.md"