Skip to content

Commit 96967dc

Browse files
committed
3.2.0 release
1 parent f9a9960 commit 96967dc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to PagerTabStrip will be documented in this file.
44

5+
### [3.2.0](https://github.com/xmartlabs/PagerTabStrip/releases/tag/3.2.0)
6+
7+
<!-- Released on 2022-03-11. -->
8+
9+
- Add support for custom style
10+
511
### [3.1.1](https://github.com/xmartlabs/PagerTabStrip/releases/tag/3.1.1)
612

713
<!-- Released on 2021-12-20. -->

PagerTabStripView.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "PagerTabStripView"
3-
s.version = "3.1.1"
3+
s.version = "3.2.0"
44
s.summary = "PagerTabStripView allows navigating through pages using a custom navigation bar in SwiftUI."
55
s.homepage = "https://github.com/xmartlabs/PagerTabStripView"
66
s.license = { type: 'MIT', file: 'LICENSE' }

0 commit comments

Comments
 (0)