diff --git a/Gemfile.lock b/Gemfile.lock index b91c41f..9eab787 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - phony_rails (0.6.0) + phony_rails (0.6.1) activesupport (>= 3.0) countries (>= 0.8.2) phony (~> 2.1) diff --git a/lib/phony_rails/version.rb b/lib/phony_rails/version.rb index 3d0dcab..39d6b87 100644 --- a/lib/phony_rails/version.rb +++ b/lib/phony_rails/version.rb @@ -1,3 +1,3 @@ module PhonyRails - VERSION = "0.6.0" + VERSION = "0.6.1" end