diff --git a/Cargo.lock b/Cargo.lock index 236b072..3f5aed3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "is-even-u16" -version = "1.0.0" +version = "1.0.1" diff --git a/Cargo.toml b/Cargo.toml index 29c8ba5..19bf0c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "is-even-u16" description = "Specialized is-even checking for u16 numbers" -version = "1.0.0" +version = "1.0.1" license = "MIT" repository = "https://github.com/RGBCube/is-even-u16" authors = [ "RGBCube" ]