Skip to content

Commit

Permalink
🔖 Bump version to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
olejnjak committed Mar 31, 2023
1 parent b07aea8 commit f9e7cc9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@
```

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

## 3.2.0

### Added
<!--- - <description> (#<PR_number, kudos to @<author>) --->
- Run SwiftLint on build if installed locally ([#29](https://github.com/AckeeCZ/Reqres/pull/29), kudos to @olejnjak)

### Changed
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.1.1'
s.version = '3.2.0'
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>2.1.1</string>
<string>3.2.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit f9e7cc9

Please sign in to comment.