File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed
Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -390,7 +390,7 @@ Grab this repository and build the Framework target on the example project. Then
390390
391391## Swift Version
392392Swift 2 -> version ** 1.4.2**
393- Swift 3 -> version ** 2.2.0 **
393+ Swift 3 -> version ** 2.2.1 **
394394
395395<!-- Place this tag in your head or just before your close body tag. -->
396396<script async defer src =" https://buttons.github.io/buttons.js " ></script >
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >2.2.0 </string >
18+ <string >2.2.1 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >2.2.0 </string >
18+ <string >2.2.1 </string >
1919 <key >CFBundleVersion </key >
2020 <string >$(CURRENT_PROJECT_VERSION) </string >
2121 <key >NSHumanReadableCopyright </key >
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'thenPromise'
3- s . version = "2.2.0 "
3+ s . version = "2.2.1 "
44 s . summary = "Elegant Promises for Swift"
55 s . homepage = "https://github.com/freshOS/then"
66 s . license = { :type => "MIT" , :file => "LICENSE" }
You can’t perform that action at this time.
0 commit comments