Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
neonichu committed Feb 2, 2016
1 parent 4086a8d commit 1929cd4
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Code/CDARequestSerializer.m
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
2 changes: 1 addition & 1 deletion ContentfulDeliveryAPI.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
14 changes: 7 additions & 7 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand All @@ -62,7 +62,7 @@ EXTERNAL SOURCES:
CCLRequestReplay:
:git: https://github.com/neonichu/CCLRequestReplay.git
ContentfulDeliveryAPI:
:path: "."
:path: .

CHECKOUT OPTIONS:
CCLRequestReplay:
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit 1929cd4

Please sign in to comment.