From 88994f2ede81fe1b3cbc3a1526cae924193c494b Mon Sep 17 00:00:00 2001 From: Michael Grosser Date: Thu, 21 Sep 2017 17:02:39 -0700 Subject: [PATCH] v1.2.0 --- Gemfile.lock | 2 +- lib/soft_deletion/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index fb43820..b4204bb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - soft_deletion (1.1.0) + soft_deletion (1.2.0) activerecord (>= 3.2.0, < 5.2.0) GEM diff --git a/lib/soft_deletion/version.rb b/lib/soft_deletion/version.rb index b9ca1ae..163abf3 100644 --- a/lib/soft_deletion/version.rb +++ b/lib/soft_deletion/version.rb @@ -1,3 +1,3 @@ module SoftDeletion - VERSION = '1.1.0' + VERSION = '1.2.0' end