diff --git a/RestKit.podspec b/RestKit.podspec index 3de5fa1c..2bcdb422 100644 --- a/RestKit.podspec +++ b/RestKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'RestKit' - s.version = '0.20.0pre3' + s.version = '0.20.0pre4' 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' } diff --git a/VERSION b/VERSION index e2f6c29a..9b358034 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.20.0-pre3 \ No newline at end of file +0.20.0-pre4 \ No newline at end of file