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 9
9
10
10
## main
11
11
<!-- - - <description> (#<PR_number, kudos to @<author>) --->
12
+
13
+ ## 3.2.1
12
14
- Change Reqres class name to ReqresLogger ([ #36 ] ( https://github.com/AckeeCZ/Reqres/pull/36 ) , kudos to @olejnjak )
13
15
14
16
## 3.2.0
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'Reqres'
3
- s . version = '3.2.0 '
3
+ s . version = '3.2.1 '
4
4
s . summary = 'Simple network activity logger'
5
5
s . description = <<-DESC
6
6
Logs every request app makes, works great with Alamofire.
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 >3.2.0 </string >
18
+ <string >3.2.1 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >$(CURRENT_PROJECT_VERSION) </string >
21
21
<key >NSPrincipalClass </key >
You can’t perform that action at this time.
0 commit comments