diff --git a/Gemfile.lock b/Gemfile.lock index d9ae8d2..b654d4d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - active_entry (1.0.1) + active_entry (1.1.0) rails (>= 4.0.0) GEM diff --git a/lib/active_entry/version.rb b/lib/active_entry/version.rb index 1f684c3..8bb72ac 100644 --- a/lib/active_entry/version.rb +++ b/lib/active_entry/version.rb @@ -1,3 +1,3 @@ module ActiveEntry - VERSION = '1.0.1' + VERSION = '1.1.0' end