From aa9a1e3f3e158a06cacf1e0288e823d29039683e Mon Sep 17 00:00:00 2001 From: tobiasfeistmantl Date: Thu, 15 Apr 2021 15:09:49 +0000 Subject: [PATCH] Bump version to 2.0.1 --- Gemfile.lock | 4 ++-- lib/active_entry/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index fbd0b66..be69380 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,7 +9,7 @@ GIT PATH remote: . specs: - active_entry (2.0.0) + active_entry (2.0.1) rails (>= 4.0.0) GEM @@ -117,7 +117,7 @@ GEM mimemagic (0.3.10) nokogiri (~> 1) rake - mini_mime (1.0.3) + mini_mime (1.1.0) minitest (5.14.4) nenv (0.3.0) nio4r (2.5.7) diff --git a/lib/active_entry/version.rb b/lib/active_entry/version.rb index 480ef45..b525560 100644 --- a/lib/active_entry/version.rb +++ b/lib/active_entry/version.rb @@ -1,3 +1,3 @@ module ActiveEntry - VERSION = '2.0.0' + VERSION = '2.0.1' end