diff --git a/examples/todomvc-rails/Gemfile.lock b/examples/todomvc-rails/Gemfile.lock index 9d2310e..73044e9 100644 --- a/examples/todomvc-rails/Gemfile.lock +++ b/examples/todomvc-rails/Gemfile.lock @@ -9,7 +9,7 @@ GIT PATH remote: ../../ specs: - half-pipe (0.3.0.alpha.2) + half-pipe (0.3.0.alpha.4) rails (~> 4.0.0) sass diff --git a/lib/half-pipe/version.rb b/lib/half-pipe/version.rb index 111e762..3715ede 100644 --- a/lib/half-pipe/version.rb +++ b/lib/half-pipe/version.rb @@ -1,5 +1,5 @@ module Half module Pipe - VERSION = "0.3.0.alpha.3" + VERSION = "0.3.0.alpha.4" end end