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