From 1929cd4baf65cdfa89455a90be3036d840ed98e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Boris=20Bu=CC=88gling?= Date: Tue, 2 Feb 2016 15:56:17 +0100 Subject: [PATCH] Bump versions --- Code/CDARequestSerializer.m | 2 +- ContentfulDeliveryAPI.podspec | 2 +- Podfile | 2 +- Podfile.lock | 14 +++++++------- Pods | 2 +- README.md | 4 ++-- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Code/CDARequestSerializer.m b/Code/CDARequestSerializer.m index f0187b8..86b095e 100644 --- a/Code/CDARequestSerializer.m +++ b/Code/CDARequestSerializer.m @@ -18,7 +18,7 @@ -(id)initWithAccessToken:(NSString*)accessToken { if (self) { [self setValue:[@"Bearer " stringByAppendingString:accessToken] forHTTPHeaderField:@"Authorization"]; - self.userAgent = @"contentful.objc/1.9.3"; + self.userAgent = @"contentful.objc/1.9.4"; } return self; } diff --git a/ContentfulDeliveryAPI.podspec b/ContentfulDeliveryAPI.podspec index 223979d..8c6fad3 100644 --- a/ContentfulDeliveryAPI.podspec +++ b/ContentfulDeliveryAPI.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "ContentfulDeliveryAPI" - s.version = "1.9.3" + s.version = "1.9.4" s.summary = "Objective-C SDK for Contentful's Content Delivery API." s.homepage = "https://github.com/contentful/contentful.objc/" s.social_media_url = 'https://twitter.com/contentful' diff --git a/Podfile b/Podfile index f0f6763..0fb38f5 100644 --- a/Podfile +++ b/Podfile @@ -13,7 +13,7 @@ end target "CDA Tests", :exclusive => true do pod 'CCLRequestReplay', :git => 'https://github.com/neonichu/CCLRequestReplay.git' -pod 'ContentfulPersistence', '>= 0.3.2' +pod 'ContentfulPersistence', '>= 0.3.3' pod 'FBSnapshotTestCase' pod 'OCMock' pod 'Realm' diff --git a/Podfile.lock b/Podfile.lock index f74f58a..434cb28 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -31,11 +31,11 @@ PODS: - CCLRequestReplay/Manager (0.9.0) - CCLRequestReplay/Record (0.9.0) - CCLRequestReplay/Replay (0.9.0) - - ContentfulDeliveryAPI (1.9.3): + - ContentfulDeliveryAPI (1.9.4): - AFNetworking (~> 2.5.3) - ISO8601DateFormatter - - ContentfulPersistence (0.3.2): - - ContentfulDeliveryAPI (~> 1.9.1) + - ContentfulPersistence (0.3.3): + - ContentfulDeliveryAPI (~> 1.9.4) - FBSnapshotTestCase (1.5) - ISO8601DateFormatter (0.7) - OCMock (2.2.4) @@ -50,7 +50,7 @@ DEPENDENCIES: - CCLRequestReplay (from `https://github.com/neonichu/CCLRequestReplay.git`) - ContentfulDeliveryAPI (from `.`) - ContentfulPersistence - - ContentfulPersistence (>= 0.3.2) + - ContentfulPersistence (>= 0.3.3) - FBSnapshotTestCase - ISO8601DateFormatter - OCMock @@ -62,7 +62,7 @@ EXTERNAL SOURCES: CCLRequestReplay: :git: https://github.com/neonichu/CCLRequestReplay.git ContentfulDeliveryAPI: - :path: "." + :path: . CHECKOUT OPTIONS: CCLRequestReplay: @@ -72,8 +72,8 @@ CHECKOUT OPTIONS: SPEC CHECKSUMS: AFNetworking: e1d86c2a96bb5d2e7408da36149806706ee122fe CCLRequestReplay: a472e52da260c28d7a41df76697b8e518625a44f - ContentfulDeliveryAPI: c626f488a9ca53c2f07029593760cdd2c66b9713 - ContentfulPersistence: fd9ce1235865a968b7c7a57afebf7f235579842d + ContentfulDeliveryAPI: 40c38138c82bb52bd5c12b80643f4e2efdc9d977 + ContentfulPersistence: 9dd2f515ac2f6519be59c1ccf7faf17fecd6c1a8 FBSnapshotTestCase: 26f32d8fa9eb30e9f09712ecfb097808bc79b898 ISO8601DateFormatter: ab926648eebe497f4d167c0fd083992f959f1274 OCMock: a6a7dc0e3997fb9f35d99f72528698ebf60d64f2 diff --git a/Pods b/Pods index f44a273..9cd40e9 160000 --- a/Pods +++ b/Pods @@ -1 +1 @@ -Subproject commit f44a273510f2ef3a6406a6a719b70b61cb2b56e4 +Subproject commit 9cd40e9719cad952000a5e49e94b775fcc32998d diff --git a/README.md b/README.md index 41fac7f..e3cc8e7 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ Copyright (c) 2014, 2015 Contentful GmbH. See LICENSE for further details. [4]: http://boredzo.org/iso8601dateformatter/ [5]: http://git-scm.com/docs/git-submodule [6]: http://docs.contentfulcda.apiary.io/ -[7]: http://cocoadocs.org/docsets/ContentfulDeliveryAPI/1.9.3/ -[8]: http://static.contentful.com/downloads/iOS/ContentfulDeliveryAPI-1.9.3.zip +[7]: http://cocoadocs.org/docsets/ContentfulDeliveryAPI/1.9.4/ +[8]: http://static.contentful.com/downloads/iOS/ContentfulDeliveryAPI-1.9.4.zip [9]: http://static.contentful.com/downloads/iOS/UFO.zip [11]: https://www.contentful.com/blog/2014/04/04/contentful-ios-sdk/