aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2025-11-12 17:12:20 +0100
committerPolesznyák Márk <contact@pml68.dev>2025-11-12 17:12:20 +0100
commit50c34a1cbf310b204e6e37b3f5f60e67608060bd (patch)
treeba13c7eefde9362e8a6b379dd4acaffd9894efb8
parentfeat: implement double-click + drag by-word selection (diff)
downloadiced_selection-50c34a1cbf310b204e6e37b3f5f60e67608060bd.tar.gz
chore: bump versionv0.3.0
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 000dc3c..f2e0149 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.2.0"
+version = "0.3.0"
edition = "2024"
license = "MIT"
readme = "README.md"