Skip to content

Commit 78d1a1b

Browse files
committed
Merge branch 'release/1.0.1' into develop
2 parents 4612581 + 3ca58fe commit 78d1a1b

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

AlamofireLogging.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "AlamofireLogging"
3-
s.version = "1.0.0"
3+
s.version = "1.0.1"
44
s.summary = "Logging support for Alamofire"
55
s.homepage = "https://github.com/Digipolitan/alamofire-logging"
66
s.authors = "Digipolitan"

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
---

Sources/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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>

Tests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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>

0 commit comments

Comments
 (0)