Bump version for release

This commit is contained in:
Richard Dodd 2018-10-30 11:50:20 +00:00
parent c86936f7d5
commit fab12a7a66
1 changed files with 1 additions and 1 deletions

View File

@ -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 <richard.dodd@itp-group.co.uk>"]
include = ["src/**/*.rs", "Cargo.toml"]
repository = "https://github.com/derekdreery/integer-sqrt-rs"