1
Fork 0
mirror of https://github.com/RGBCube/is-even-u16 synced 2025-06-01 04:18:13 +00:00

Bump version

This commit is contained in:
RGBCube 2024-03-07 12:05:24 +03:00
parent 89eb4f4e45
commit eae67c3323
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -4,4 +4,4 @@ version = 3
[[package]]
name = "is-even-u16"
version = "1.0.1"
version = "1.0.2"

View file

@ -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" ]