Skip to content

Commit

Permalink
Bump version forward for development to 0.20.4-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
blakewatters committed Jul 12, 2013
1 parent 6c7ae81 commit 2aae7ad
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'
s.version = '0.20.4-dev'
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.3' }
s.source = { :git => 'https://github.com/RestKit/RestKit.git', :branch => 'development' }
s.license = 'Apache License, Version 2.0'

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

0 comments on commit 2aae7ad

Please sign in to comment.