diff --git a/.bumpversion.toml b/.bumpversion.toml index 43f2411..77d7c3a 100755 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.2 +current_version = 0.2.3 [bumpversion:file:Cargo.toml] search = version = "{current_version}" diff --git a/Cargo.toml b/Cargo.toml index 9551912..9fb003d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "input-rs" -version = "0.2.2" +version = "0.2.3" edition = "2021" rust-version = "1.79" description = "A feature-rich, accessible, highly customizable, functional, reusable input component for Wasm Frameworks."