diff --git a/.bumpversion.toml b/.bumpversion.toml index e22b258..289f9da 100755 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.0 +current_version = 0.2.1 [bumpversion:file:Cargo.toml] search = version = "{current_version}" diff --git a/Cargo.toml b/Cargo.toml index 0c3f1c5..bd5ec48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "input-rs" -version = "0.2.0" +version = "0.2.1" edition = "2021" rust-version = "1.79" description = "A feature-rich, accessible, highly customizable, functional, reusable input component for Wasm Frameworks."