Bump version to v0.20.0-rc1

This commit is contained in:
Blake Watters
2013-02-01 11:36:40 -05:00
parent 197a54bf60
commit d2eea3634a
2 changed files with 3 additions and 3 deletions

View File

@@ -1,10 +1,10 @@
Pod::Spec.new do |s|
s.name = 'RestKit'
s.version = '0.20.0pre6'
s.version = '0.20.0rc1'
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', :tag => 'v0.20.0-pre6' }
s.source = { :git => 'https://github.com/RestKit/RestKit.git', :tag => 'v0.20.0-rc1' }
s.license = 'Apache License, Version 2.0'
# Platform setup

View File

@@ -1 +1 @@
0.20.0-pre6
0.20.0-rc1