diff --git a/Cargo.lock b/Cargo.lock index 3f5aed3..155b335 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "is-even-u16" -version = "1.0.1" +version = "1.0.2" diff --git a/Cargo.toml b/Cargo.toml index 19bf0c8..76b9b38 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.1" +version = "1.0.2" license = "MIT" repository = "https://github.com/RGBCube/is-even-u16" authors = [ "RGBCube" ]