Skip to content

Commit

Permalink
Merge branch 'release/0.20.3' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
blakewatters committed Jul 12, 2013
2 parents dd09bbc + c06696d commit 6c7ae81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions RestKit.podspec
@@ -1,10 +1,10 @@
Pod::Spec.new do |s|
s.name = 'RestKit'
s.version = '0.20.3-dev'
s.version = '0.20.3'
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.author = { 'Blake Watters' => 'blakewatters@gmail.com' }
s.source = { :git => 'https://github.com/RestKit/RestKit.git', :branch => 'development' }
s.source = { :git => 'https://github.com/RestKit/RestKit.git', :tag => 'v0.20.3' }
s.license = 'Apache License, Version 2.0'

# Platform setup
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.20.3-dev
0.20.3

0 comments on commit 6c7ae81

Please sign in to comment.