We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9a9960 commit 96967dcCopy full SHA for 96967dc
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All notable changes to PagerTabStrip will be documented in this file.
4
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
11
### [3.1.1](https://github.com/xmartlabs/PagerTabStrip/releases/tag/3.1.1)
12
13
<!-- Released on 2021-12-20. -->
PagerTabStripView.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
s.name = "PagerTabStripView"
- s.version = "3.1.1"
+ s.version = "3.2.0"
s.summary = "PagerTabStripView allows navigating through pages using a custom navigation bar in SwiftUI."
s.homepage = "https://github.com/xmartlabs/PagerTabStripView"
s.license = { type: 'MIT', file: 'LICENSE' }
0 commit comments