Skip to content

Commit

Permalink
Bump version to v0.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake Watters committed Apr 24, 2014
1 parent 71407f8 commit 751a21e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,28 @@ PODS:
- RKValueTransformers (~> 1.1.0)
- OCHamcrest (3.0.1)
- OCMock (2.2.1)
- RestKit (0.23.0):
- RestKit (0.23.1):
- RestKit/Core
- RestKit/Core (0.23.0):
- RestKit/Core (0.23.1):
- RestKit/CoreData
- RestKit/Network
- RestKit/ObjectMapping
- RestKit/CoreData (0.23.0):
- RestKit/CoreData (0.23.1):
- RestKit/ObjectMapping
- RestKit/Network (0.23.0):
- RestKit/Network (0.23.1):
- AFNetworking (~> 1.3.0)
- RestKit/ObjectMapping
- RestKit/Support
- SOCKit
- RestKit/ObjectMapping (0.23.0):
- RestKit/ObjectMapping (0.23.1):
- ISO8601DateFormatterValueTransformer (~> 0.6.0)
- RestKit/Support
- RKValueTransformers (~> 1.1.0)
- RestKit/Search (0.23.0):
- RestKit/Search (0.23.1):
- RestKit/CoreData
- RestKit/Support (0.23.0):
- RestKit/Support (0.23.1):
- TransitionKit (= 2.1.0)
- RestKit/Testing (0.23.0):
- RestKit/Testing (0.23.1):
- RestKit/Network
- RKCLLocationValueTransformer (1.1.0):
- RKValueTransformers (~> 1.1.0)
Expand Down Expand Up @@ -55,7 +55,7 @@ SPEC CHECKSUMS:
ISO8601DateFormatterValueTransformer: db1acb188ffb0f87109a793977f750067c351efe
OCHamcrest: 782c52ae8c673e5d6060a65005cfd26d20d519ba
OCMock: 37ba3d58d9240692975521ea6daec75156f211cd
RestKit: 534a4a10bff89480055e08fc148d966fa522c82f
RestKit: 83a7f82ae7c92c51b59717325a0b895749ff2c97
RKCLLocationValueTransformer: f5bf039494ae8757e7e6f6bc2aa9fe9ebdc487c7
RKValueTransformers: 286c8280b6f2570032d87d119863f32bc227799b
SOCKit: 8871d058926a6c6cc144f0c5eee82c5d0ec274a3
Expand Down
2 changes: 1 addition & 1 deletion RestKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'RestKit'
s.version = '0.23.0'
s.version = '0.23.1'
s.summary = 'RestKit is a framework for consuming and modeling RESTful web resources on iOS and OS X.'
s.homepage = 'http://www.restkit.org'
s.social_media_url = 'https://twitter.com/RestKit'
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.23.0
0.23.1

0 comments on commit 751a21e

Please sign in to comment.