diff --git a/Gemfile.lock b/Gemfile.lock index 2debc8e..5e5d046 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - active_storage-send_zip (0.1.0) + active_storage-send_zip (0.1.1) GEM remote: https://rubygems.org/ diff --git a/lib/active_storage/send_zip/version.rb b/lib/active_storage/send_zip/version.rb index 6ffc112..98cfb99 100644 --- a/lib/active_storage/send_zip/version.rb +++ b/lib/active_storage/send_zip/version.rb @@ -1,5 +1,5 @@ module ActiveStorage module SendZip - VERSION = "0.1.0" + VERSION = '0.1.1'.freeze end end