Version 2.1 (#50)
This commit is contained in:
parent
9979b8c567
commit
1deb2260af
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -1,15 +1,25 @@
|
|||
# Change Log
|
||||
|
||||
All notable changes to PagerTabStrip will be documented in this file.
|
||||
|
||||
### [2.1.0](https://github.com/xmartlabs/PagerTabStrip/releases/tag/2.0.0)
|
||||
|
||||
<!-- Released on 2021-10-05. -->
|
||||
|
||||
- Support for Xcode 13
|
||||
- Bug fixes
|
||||
|
||||
### [2.0.0](https://github.com/xmartlabs/PagerTabStrip/releases/tag/2.0.0)
|
||||
|
||||
<!-- Released on 2021-08-18. -->
|
||||
|
||||
* Add segmented and bar style
|
||||
* Bug fixes
|
||||
- Add segmented and bar style
|
||||
- Bug fixes
|
||||
|
||||
### [1.0.0](https://github.com/xmartlabs/PagerTabStrip/releases/tag/1.0.0)
|
||||
|
||||
<!-- Released on 2020-01-20. -->
|
||||
|
||||
* This is the initial version.
|
||||
- This is the initial version.
|
||||
|
||||
[xmartlabs]: https://xmartlabs.com
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Pod::Spec.new do |s|
|
||||
s.name = "PagerTabStripView"
|
||||
s.version = "2.0.0"
|
||||
s.version = "2.1.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' }
|
||||
|
|
Loading…
Reference in New Issue