From 32ada0bab01f0fbc71f637039f6c0d96b589531b Mon Sep 17 00:00:00 2001 From: Marcin Kalita Date: Mon, 11 Apr 2016 11:18:52 +0200 Subject: [PATCH] patch version 0.1.2 --- Gemfile.lock | 2 +- lib/cache_key_for/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index b1ac876..76801ce 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - cache_key_for (0.1.1) + cache_key_for (0.1.2) GEM remote: https://rubygems.org/ diff --git a/lib/cache_key_for/version.rb b/lib/cache_key_for/version.rb index 533218b..66b1dda 100644 --- a/lib/cache_key_for/version.rb +++ b/lib/cache_key_for/version.rb @@ -1,3 +1,3 @@ module CacheKeyFor - VERSION = '0.1.1'.freeze + VERSION = '0.1.2'.freeze end