diff --git a/Gemfile.lock b/Gemfile.lock index 6328509..b3b2c04 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - svelte-rails (0.3.1) + svelte-rails (0.3.2) execjs railties (>= 5.2) diff --git a/lib/svelte/rails/version.rb b/lib/svelte/rails/version.rb index 80ee6f5..3ea9099 100644 --- a/lib/svelte/rails/version.rb +++ b/lib/svelte/rails/version.rb @@ -1,5 +1,5 @@ module Svelte module Rails - VERSION = '0.3.1' + VERSION = '0.3.2' end end