From 85f4074bd9385903d93b07546f3c9f0244c68449 Mon Sep 17 00:00:00 2001 From: Nelson Elhage Date: Tue, 18 Nov 2014 00:04:36 -0800 Subject: [PATCH] MoSQL 0.4.2 --- Gemfile.lock | 2 +- lib/mosql/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8867693..fa11fb3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - mosql (0.4.1) + mosql (0.4.2) bson (~> 1.10) bson_ext json diff --git a/lib/mosql/version.rb b/lib/mosql/version.rb index f2531d9..68c5564 100644 --- a/lib/mosql/version.rb +++ b/lib/mosql/version.rb @@ -1,3 +1,3 @@ module MoSQL - VERSION = "0.4.1" + VERSION = "0.4.2" end