From fab12a7a66ddf7f585ba221c13d572f517fc3714 Mon Sep 17 00:00:00 2001 From: Richard Dodd Date: Tue, 30 Oct 2018 11:50:20 +0000 Subject: [PATCH] Bump version for release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8771188..ca9c4a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "integer-sqrt" description = """ An implementation of integer square root algorithm for primitive rust types""" -version = "0.1.1" +version = "0.1.2" authors = ["Richard Dodd "] include = ["src/**/*.rs", "Cargo.toml"] repository = "https://github.com/derekdreery/integer-sqrt-rs"