From 9e2d3ecabd95b4b8b2eeb9c651013480c1adbaaa Mon Sep 17 00:00:00 2001 From: Grant Blakeman Date: Fri, 1 Jun 2018 15:13:43 -0700 Subject: [PATCH] bump version + update FIST BUMP --- FIST_BUMP.md | 1 + lib/lockup/version.rb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/FIST_BUMP.md b/FIST_BUMP.md index 9f1a134..01e04b8 100644 --- a/FIST_BUMP.md +++ b/FIST_BUMP.md @@ -6,6 +6,7 @@ A note of thanks from Grant ([@gblakeman](http://twitter.com/gblakeman)) and Jak Fist Bump! +* Thanks to Nathan Broadbent (https://github.com/ndbroadbent) for some nice refactoring and an additional check. * Thanks (again) to Dan Rabinowitz (https://github.com/danrabinowitz) for prepping the gem for Rails 5. * Thanks to Dan Rabinowitz (https://github.com/danrabinowitz) for catching a js error when hints are not used & for providing some additional places for bots to die. * Thanks to Justin (https://github.com/JustinJruby) for the controller-specific tip added to Advanced Usage. diff --git a/lib/lockup/version.rb b/lib/lockup/version.rb index cd4a35c..de236ea 100644 --- a/lib/lockup/version.rb +++ b/lib/lockup/version.rb @@ -1,3 +1,3 @@ module Lockup - VERSION = "1.4" + VERSION = "1.4.1" end