From f070273c1e88d04f5bb65cac0b313c9c01882c39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elvis=20Nu=C3=B1ez?= Date: Fri, 26 Aug 2016 14:22:44 +0200 Subject: [PATCH] Bump version number --- Podfile.lock | 4 ++-- Sync.podspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Podfile.lock b/Podfile.lock index c120d10d..d9073df0 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -14,7 +14,7 @@ PODS: - NSEntityDescription-SYNCPrimaryKey (~> 1.2.3) - NSString-HYPNetworking (~> 1.0.2) - NSString-HYPNetworking (1.0.2) - - Sync (1.13.0): + - Sync (1.13.1): - DATAFilter (~> 0.11.2) - DATAStack (~> 5.4.1) - NSDictionary-ANDYSafeValue (~> 0.3.1) @@ -41,7 +41,7 @@ SPEC CHECKSUMS: NSEntityDescription-SYNCPrimaryKey: 9dbb89d7cbc1bea196dd935725bfcf3c0ff4249c NSManagedObject-HYPPropertyMapper: 722402836191a9bec42354ee4e0472ba26cf51fa NSString-HYPNetworking: 7c18e44ca9529d2f74a30a1c2a7a787da76198c1 - Sync: d140ea36dba79362e04289b03bd418130194b2be + Sync: 21b4d0a51c8eeeec06c99cdaa23781d18318cb80 PODFILE CHECKSUM: a4ce83b9a5d0f8218c6d94acc4cfa26b0d4000d6 diff --git a/Sync.podspec b/Sync.podspec index 0f22063f..d8545060 100755 --- a/Sync.podspec +++ b/Sync.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Sync" -s.version = "1.13.0" +s.version = "1.13.1" 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.