From eae67c332348f28d7392d2c3488e08eda62b0617 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Thu, 7 Mar 2024 12:05:24 +0300 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" ]