Skip to content

Commit

Permalink
Bumping version to 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jdewind committed Mar 11, 2013
1 parent fd8ce92 commit a0a59dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Objection-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleSignature</key>
<string>ATOM</string>
<key>CFBundleVersion</key>
<string>0.15.0</string>
<string>0.15.1</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions Objection.podspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Pod::Spec.new do |s|
s.name = 'Objection'
s.version = '0.15.0'
s.version = '0.15.1'
s.summary = 'A lightweight dependency injection framework for Objective-C.'
s.author = { 'Justin DeWind' => 'dewind@atomicobject.com' }
s.source = { :git => 'https://github.com/atomicobject/objection.git', :tag => '0.15.0' }
s.source = { :git => 'https://github.com/atomicobject/objection.git', :tag => '0.15.1' }
s.homepage = 'http://www.objection-framework.org'
s.source_files = 'Source'
s.license = "https://github.com/atomicobject/objection/blob/master/LICENSE"
Expand Down

0 comments on commit a0a59dd

Please sign in to comment.