Skip to content

Commit

Permalink
Update readme and version numbers for 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jkolb committed Apr 22, 2016
1 parent 47f5d11 commit 65eb53e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FieryCrucible/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.3.1</string>
<string>1.3.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.3.1</string>
<string>1.3.2</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ A minimalist type safe Swift dependency injector factory. Where all true instanc

#### Changelog

#####Version 1.3.2
* Thanks to Tim Ward for updating code to support Swift 2.2.

#####Version 1.3.1
* There is a new form of each method where you are now able to set properties directly after initialization has occured in the factory parameter, this allows you to setup the object (with non-circular dependencies) before the object becomes available to other objects. See the updated example below.

Expand Down

0 comments on commit 65eb53e

Please sign in to comment.