From 79312a27d6befbe08dba87b2786e2893284a063a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Flemstr=C3=B6m?= Date: Fri, 19 Aug 2016 16:54:01 +0200 Subject: [PATCH] Release 0.2.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5e0867ef..f5546cd3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "record-query" -version = "0.2.2" +version = "0.2.3" dependencies = [ "ansi_term 0.8.0 (git+https://github.com/dflemstr/rust-ansi-term.git)", "docopt 0.6.82 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 51f23e0a..3ec97797 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ authors = ["David Flemström "] build = "build.rs" license = "Apache-2.0" name = "record-query" -version = "0.2.2" +version = "0.2.3" [build-dependencies] env_logger = "*"