File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22s . name = "AlamofireLogging"
3- s . version = "1.0.0 "
3+ s . version = "1.0.1 "
44s . summary = "Logging support for Alamofire"
55s . homepage = "https://github.com/Digipolitan/alamofire-logging"
66s . authors = "Digipolitan"
Original file line number Diff line number Diff line change @@ -4,3 +4,10 @@ All notable changes to this project will be documented in this file.
44` alamofire-logging ` adheres to [ Semantic Versioning] ( http://semver.org/ ) .
55
66---
7+
8+ ## [ 1.0.1] ( https://github.com/Digipolitan/alamofire-logging/releases/tag/v1.0.1 )
9+
10+ update project xcode9 support
11+ update travis & swift 4 support & rename git
12+
13+ ---
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >1.0.0 </string >
18+ <string >1.0.1 </string >
1919 <key >CFBundleVersion </key >
2020 <string >1 </string >
2121 <key >NSPrincipalClass </key >
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >BNDL </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >1.0.0 </string >
18+ <string >1.0.1 </string >
1919 <key >CFBundleVersion </key >
2020 <string >1 </string >
2121</dict >
You can’t perform that action at this time.
0 commit comments