From 8e665cfdc4c98e1f1d514f2fac78ec1e1c472efe Mon Sep 17 00:00:00 2001 From: Mahmoud Date: Wed, 18 Dec 2024 21:25:46 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.0=20=E2=86=92=200.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.toml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.toml b/.bumpversion.toml index a39ed52..b62f305 100755 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0 +current_version = 0.1.1 [bumpversion:file:Cargo.toml] search = version = "{current_version}" diff --git a/Cargo.toml b/Cargo.toml index 3e5262d..b77bc8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scroll-rs" -version = "0.1.0" +version = "0.1.1" edition = "2021" rust-version = "1.79" description = "🖱️ A headless, customizable scroll-to-target component for WASM frameworks like Yew, Dioxus, and Leptos."