Skip to content

Commit

Permalink
Bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
jdewind committed Jul 30, 2015
1 parent 485c4d6 commit 0a8f6ef
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,11 @@ Nothing in this version has changed that would cause those that are upgrading fr
**[Changes](#changes)**

1. Ad-Hoc initializers can be used via the JSObjectionInjector and JSObjectFactory

# 1.6.1

**[Changes](#changes)**

1. Fixed build issues in XCode 6.4 and updated Nimble & Quick testing libraries
2. Improved test output via xcpretty
3. Fixed regression raised in issue #94 (https://github.com/atomicobject/objection/issues/94)
4 changes: 2 additions & 2 deletions Objection-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.6</string>
<string>1.6.1</string>
<key>CFBundleSignature</key>
<string>ATOM</string>
<key>CFBundleVersion</key>
<string>1.6</string>
<string>1.6.1</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion Objection.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Objection'
s.version = '1.6'
s.version = '1.6.1'
s.summary = 'A lightweight dependency injection framework for Objective-C.'
s.author = { 'Justin DeWind' => '[email protected]' }
s.source = { :git => 'https://github.com/atomicobject/objection.git', :tag => "#{s.version}" }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ It can be downloaded [here](http://objection-framework.org/files/Objection-1.5.t
Edit your Pofile
edit Podfile
pod 'Objection', '1.6'
pod 'Objection', '1.6.1'
Now you can install Objection
Expand Down

0 comments on commit 0a8f6ef

Please sign in to comment.