From f1d0fcb3a37ccf4207770f4279d945f33728cc04 Mon Sep 17 00:00:00 2001 From: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com> Date: Sat, 30 Apr 2022 22:38:07 -0700 Subject: [PATCH] Update version to 1.1.1 (#3) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9f9b29c..61bc7d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "luhnmod10" -version = "1.1.0" +version = "1.1.1" authors = ["Leigh McCulloch"] license = "MIT" description = "Fast and simple in-place implementation of the luhn (mod 10) algorithm."