Skip to content

Commit d0fbb22

Browse files
committed
🔖 Bump version to 3.2.1
1 parent 79655b0 commit d0fbb22

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

‎CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
## main
1111
<!--- - <description> (#<PR_number, kudos to @<author>) --->
12+
13+
## 3.2.1
1214
- Change Reqres class name to ReqresLogger ([#36](https://github.com/AckeeCZ/Reqres/pull/36), kudos to @olejnjak)
1315

1416
## 3.2.0

‎Reqres.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Reqres'
3-
s.version = '3.2.0'
3+
s.version = '3.2.1'
44
s.summary = 'Simple network activity logger'
55
s.description = <<-DESC
66
Logs every request app makes, works great with Alamofire.

‎Supporting files/Reqres.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>3.2.0</string>
18+
<string>3.2.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

0 commit comments

Comments
 (0)