diff --git a/Gemfile.lock b/Gemfile.lock index edca395..37c353f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - cogy (0.5.0) + cogy (0.5.1) rails (~> 4.2) GEM diff --git a/lib/cogy/version.rb b/lib/cogy/version.rb index e5a8b3a..54bae51 100644 --- a/lib/cogy/version.rb +++ b/lib/cogy/version.rb @@ -1,3 +1,3 @@ module Cogy - VERSION = "0.5.0".freeze + VERSION = "0.5.1".freeze end