Skip to content

Commit

Permalink
🔖 Bump version to 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
olejnjak committed Apr 2, 2023
1 parent 79655b0 commit d0fbb22
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

## main
<!--- - <description> (#<PR_number, kudos to @<author>) --->

## 3.2.1
- Change Reqres class name to ReqresLogger ([#36](https://github.com/AckeeCZ/Reqres/pull/36), kudos to @olejnjak)

## 3.2.0
Expand Down
2 changes: 1 addition & 1 deletion Reqres.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Reqres'
s.version = '3.2.0'
s.version = '3.2.1'
s.summary = 'Simple network activity logger'
s.description = <<-DESC
Logs every request app makes, works great with Alamofire.
Expand Down
2 changes: 1 addition & 1 deletion Supporting files/Reqres.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.2.0</string>
<string>3.2.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit d0fbb22

Please sign in to comment.