Skip to content

Commit a0b71f6

Browse files
committed
Releasing version 4.1.1.
1 parent 1e78987 commit a0b71f6

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Diff for: CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
33

44
# Next
55

6+
## [4.1.1](https://github.com/MLSDev/TRON/releases/tag/4.1.1)
7+
68
* Allow `EmptyResponse` to be used with CodableParser when network response does not contain valid JSON.
79

810
## [4.1.0](https://github.com/MLSDev/TRON/releases/tag/4.1.0)

Diff for: Supporting files/Framework.plist

+1-1
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>4.1.0</string>
18+
<string>4.1.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Diff for: TRON.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'TRON'
3-
s.version = "4.1.0"
3+
s.version = "4.1.1"
44
s.license = 'MIT'
55
s.summary = 'Lightweight network abstraction layer, written on top of Alamofire'
66
s.homepage = 'https://github.com/MLSDev/TRON'

0 commit comments

Comments
 (0)