From 3c320fd3b69b85dbc6753b17bfe65b9a9840c1fc Mon Sep 17 00:00:00 2001 From: Alexandre Rousseau Date: Mon, 3 Dec 2018 13:42:10 +0100 Subject: [PATCH] publish 0.1.1 --- Gemfile.lock | 2 +- lib/active_storage/send_zip/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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