From 72a8e5030327e7ad94089afbbf33d578931bf6e5 Mon Sep 17 00:00:00 2001 From: Asma Tameem Date: Fri, 25 Sep 2015 16:27:32 -0700 Subject: [PATCH] update gem version --- Gemfile.lock | 4 ++-- lib/omnicontacts.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3cc2569..d910aba 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - omnicontacts (0.3.8) + omnicontacts (0.3.9) json rack @@ -39,4 +39,4 @@ DEPENDENCIES simplecov BUNDLED WITH - 1.10.5 + 1.10.6 diff --git a/lib/omnicontacts.rb b/lib/omnicontacts.rb index 13a80d5..b79e780 100644 --- a/lib/omnicontacts.rb +++ b/lib/omnicontacts.rb @@ -1,6 +1,6 @@ module OmniContacts - VERSION = "0.3.8" + VERSION = "0.3.9" MOUNT_PATH = "/contacts/"