From 4e1b5549c595f6e51c2551d63340f0960efce223 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Boris=20Bu=CC=88gling?= Date: Fri, 11 Sep 2015 22:50:19 +0200 Subject: [PATCH] Bump version number --- Code/CDARequestSerializer.m | 2 +- ContentfulDeliveryAPI.podspec | 2 +- Podfile.lock | 6 +++--- Pods | 2 +- README.md | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Code/CDARequestSerializer.m b/Code/CDARequestSerializer.m index 1c5b1cf..c6400e3 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.8.0"; + self.userAgent = @"contentful.objc/1.8.1"; } return self; } diff --git a/ContentfulDeliveryAPI.podspec b/ContentfulDeliveryAPI.podspec index 5a9210f..9bf731e 100644 --- a/ContentfulDeliveryAPI.podspec +++ b/ContentfulDeliveryAPI.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "ContentfulDeliveryAPI" - s.version = "1.8.0" + s.version = "1.8.1" 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.lock b/Podfile.lock index 6e28bfc..4715dd7 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -31,8 +31,8 @@ PODS: - CCLRequestReplay/Manager (0.9.0) - CCLRequestReplay/Record (0.9.0) - CCLRequestReplay/Replay (0.9.0) - - ContentfulDeliveryAPI (1.8.0): - - AFNetworking (>= 2.5.3) + - ContentfulDeliveryAPI (1.8.1): + - AFNetworking (~> 2.5.3) - ISO8601DateFormatter - FBSnapshotTestCase (1.5) - ISO8601DateFormatter (0.7) @@ -68,7 +68,7 @@ CHECKOUT OPTIONS: SPEC CHECKSUMS: AFNetworking: e1d86c2a96bb5d2e7408da36149806706ee122fe CCLRequestReplay: a472e52da260c28d7a41df76697b8e518625a44f - ContentfulDeliveryAPI: b1031d673519b68e8048771243741745475b4395 + ContentfulDeliveryAPI: d8707b4a344969630292c5dec44e6c130aae0247 FBSnapshotTestCase: 26f32d8fa9eb30e9f09712ecfb097808bc79b898 ISO8601DateFormatter: ab926648eebe497f4d167c0fd083992f959f1274 OCMock: a6a7dc0e3997fb9f35d99f72528698ebf60d64f2 diff --git a/Pods b/Pods index 8718e76..e5c3742 160000 --- a/Pods +++ b/Pods @@ -1 +1 @@ -Subproject commit 8718e76f40ec07658e2f7027d23acf25120d6b88 +Subproject commit e5c37426d38edb47e469929c83c7e7a078db3c5d diff --git a/README.md b/README.md index 78fcb3d..4f4dfe8 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]: https://www.contentful.com/developers/documentation/content-delivery-api/ -[7]: http://cocoadocs.org/docsets/ContentfulDeliveryAPI/1.8.0/ -[8]: http://static.contentful.com/downloads/iOS/ContentfulDeliveryAPI-1.8.0.zip +[7]: http://cocoadocs.org/docsets/ContentfulDeliveryAPI/1.8.1/ +[8]: http://static.contentful.com/downloads/iOS/ContentfulDeliveryAPI-1.8.1.zip [9]: http://static.contentful.com/downloads/iOS/UFO.zip [11]: https://www.contentful.com/blog/2014/04/04/Contentful-iOS-SDK/