From 033b12d44b415621f187489c023989ff4de6e8df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elvis=20Nu=C3=B1ez?= <3lvis@users.noreply.github.com> Date: Wed, 14 Feb 2018 01:50:51 +0100 Subject: [PATCH] Update Sync.podspec --- Sync.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sync.podspec b/Sync.podspec index 517e5459..2841c9e6 100755 --- a/Sync.podspec +++ b/Sync.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Sync" -s.version = "4.1.1" +s.version = "4.1.2" s.summary = "Modern Swift JSON synchronization to Core Data" s.description = <<-DESC **Sync** eases your everyday job of parsing a `JSON` response and getting it into Core Data. It uses a convention-over-configuration paradigm to facilitate your workflow.