From b19a6645f520d276c7bbda1afad57b1de5105c59 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Thu, 1 Feb 2018 12:30:41 +0100 Subject: [PATCH] Release v0.1.4 --- Gemfile.lock | 4 ++-- lib/binda/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3f36217c..107965e4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - binda (0.1.3) + binda (0.1.4) aasm (>= 4.11, < 4.13) ancestry (>= 2.1, < 3.1) bourbon (= 4.3.4) @@ -100,7 +100,7 @@ GEM railties (>= 4.1.0, < 5.2) responders warden (~> 1.2.3) - devise-i18n (1.5.0) + devise-i18n (1.5.1) devise (>= 3.4) diff-lcs (1.3) docile (1.1.5) diff --git a/lib/binda/version.rb b/lib/binda/version.rb index 40b85eae..5a99aa40 100644 --- a/lib/binda/version.rb +++ b/lib/binda/version.rb @@ -1,3 +1,3 @@ module Binda - VERSION = '0.1.3'.freeze + VERSION = '0.1.4'.freeze end \ No newline at end of file