bump version

This commit is contained in:
Marcus Klaas
2015-03-12 21:33:29 +01:00
parent 59f0128bf1
commit f30ceffa6c
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rusqlite"
version = "0.0.10"
version = "0.0.11"
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
description = "Ergonomic wrapper for SQLite"
repository = "https://github.com/jgallagher/rusqlite"
@@ -21,4 +21,4 @@ bitflags = "~0.1"
[dependencies.libsqlite3-sys]
path = "libsqlite3-sys"
version = "0.0.9"
version = "0.0.10"

View File

@@ -1,6 +1,6 @@
[package]
name = "libsqlite3-sys"
version = "0.0.9"
version = "0.0.10"
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
repository = "https://github.com/jgallagher/rusqlite"
description = "Native bindings to the libsqlite3 library"