diff --git a/Gemfile.lock b/Gemfile.lock index 9ab697e..cfbb22e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - trestle-active_storage (0.1.0) + trestle-active_storage (2.0.0) rails (>= 5.2.0.beta2, < 6) trestle (~> 0.8) diff --git a/lib/trestle/active_storage/version.rb b/lib/trestle/active_storage/version.rb index 9fc16c3..cb68c43 100644 --- a/lib/trestle/active_storage/version.rb +++ b/lib/trestle/active_storage/version.rb @@ -1,5 +1,5 @@ module Trestle module ActiveStorage - VERSION = '0.1.0' + VERSION = '2.0.0' end end