From 90bec57620876751139235368978a7506f70e475 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elvis=20Nu=C3=B1ez?= Date: Tue, 3 Apr 2018 15:47:45 +0200 Subject: [PATCH] Bump version number --- Info.plist | 2 +- Sync.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Info.plist b/Info.plist index 8454e49d..80778eb1 100755 --- a/Info.plist +++ b/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.2.3 + 4.1.3 CFBundleSignature ???? CFBundleVersion diff --git a/Sync.podspec b/Sync.podspec index 2841c9e6..23baf1c1 100755 --- a/Sync.podspec +++ b/Sync.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Sync" -s.version = "4.1.2" +s.version = "4.1.3" 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.