From 65ad5d276da1169a2d7216ab712c699a4d75488e Mon Sep 17 00:00:00 2001 From: Ivan Ukhov Date: Fri, 31 Jul 2015 16:07:45 -0400 Subject: [PATCH] Bump the version number --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 245d08a..c5d3307 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sqlite" -version = "0.14.1" +version = "0.14.2" authors = ["Ivan Ukhov "] license = "MIT" repository = "https://github.com/stainless-steel/sqlite"