From 23d76da7495bf7c6e6c6b8d404b6d7bd17173e43 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Thu, 7 Mar 2024 11:56:41 +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 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" ]