diff --git a/Gemfile.lock b/Gemfile.lock index 598a37b..4407a62 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - has_moderated (1.2.2) + has_moderated (1.2.3) rails (>= 3.0.0) GEM diff --git a/lib/has_moderated/version.rb b/lib/has_moderated/version.rb index 5bca05d..68bca66 100755 --- a/lib/has_moderated/version.rb +++ b/lib/has_moderated/version.rb @@ -1,3 +1,3 @@ module HasModerated - VERSION = "1.2.2" + VERSION = "1.2.3" end