From c2911c0b36b11bba40935effd9c4b2525d0e552a Mon Sep 17 00:00:00 2001 From: Ivan Ukhov Date: Mon, 27 Jul 2015 11:39:12 -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 ec61621..245d08a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sqlite" -version = "0.14.0" +version = "0.14.1" authors = ["Ivan Ukhov "] license = "MIT" repository = "https://github.com/stainless-steel/sqlite"