From 8e3de12cc7e55779f383e3978f0fbb90423c1e26 Mon Sep 17 00:00:00 2001 From: Drew Short Date: Sun, 6 Mar 2016 18:18:06 -0600 Subject: [PATCH] Had to change the version as well --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b2da671..0baef57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pihash" -version = "0.2.7" +version = "0.2.8" authors = ["Drew Short "] description = "A simple library for generating perceptual hashes for images and comparing images based on their perceptual hashes." repository = "https://github.com/warricksothr/Perceptual-Image-Hashing/"