From 86b063dbe5ebb34ff958833a4fa54ae9235ae305 Mon Sep 17 00:00:00 2001 From: Drew Short Date: Fri, 8 Jan 2016 09:37:18 -0600 Subject: [PATCH] Revert "Bumped to 0.2.3 for changes" This reverts commit 0e81fb939138fb22260e6b88c4b4ec03e922793d. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 320e49e..fde19d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pihash" -version = "0.2.3" +version = "0.2.2" 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/"