diff --git a/Gemfile.lock b/Gemfile.lock index b36dd04..9a8e985 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - active_entry (1.2.2) + active_entry (1.2.3) rails (>= 4.0.0) GEM diff --git a/lib/active_entry/version.rb b/lib/active_entry/version.rb index a5e8be9..d08018b 100644 --- a/lib/active_entry/version.rb +++ b/lib/active_entry/version.rb @@ -1,3 +1,3 @@ module ActiveEntry - VERSION = '1.2.2' + VERSION = '1.2.3' end