diff --git a/Gemfile.lock b/Gemfile.lock index 131be5d..2d905c3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ar_sync (1.1.0) + ar_sync (1.1.1) activerecord ar_serializer diff --git a/lib/ar_sync/version.rb b/lib/ar_sync/version.rb index d0216e1..a0d83e6 100644 --- a/lib/ar_sync/version.rb +++ b/lib/ar_sync/version.rb @@ -1,3 +1,3 @@ module ArSync - VERSION = '1.1.0' + VERSION = '1.1.1' end