File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
3
3
4
4
# Next
5
5
6
+ ## [ 4.1.1] ( https://github.com/MLSDev/TRON/releases/tag/4.1.1 )
7
+
6
8
* Allow ` EmptyResponse ` to be used with CodableParser when network response does not contain valid JSON.
7
9
8
10
## [ 4.1.0] ( https://github.com/MLSDev/TRON/releases/tag/4.1.0 )
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >4.1.0 </string >
18
+ <string >4.1.1 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'TRON'
3
- s . version = "4.1.0 "
3
+ s . version = "4.1.1 "
4
4
s . license = 'MIT'
5
5
s . summary = 'Lightweight network abstraction layer, written on top of Alamofire'
6
6
s . homepage = 'https://github.com/MLSDev/TRON'
You can’t perform that action at this time.
0 commit comments