diff --git a/Gemfile.lock b/Gemfile.lock index 06d661f..d290fa3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - propshaft (1.0.0) + propshaft (1.0.1) actionpack (>= 7.0.0) activesupport (>= 7.0.0) rack diff --git a/lib/propshaft/version.rb b/lib/propshaft/version.rb index e4e3bbc..b87a2ed 100644 --- a/lib/propshaft/version.rb +++ b/lib/propshaft/version.rb @@ -1,3 +1,3 @@ module Propshaft - VERSION = "1.0.0" + VERSION = "1.0.1" end