From 582aa625a2e824930a6806d60ed6e9f999ee318c Mon Sep 17 00:00:00 2001 From: cecipirotto <31603856+cecipirotto@users.noreply.github.com> Date: Thu, 14 Oct 2021 17:05:38 -0300 Subject: [PATCH] release 3.0 (#58) --- CHANGELOG.md | 9 ++++++++- PagerTabStripView.podspec | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36698b9..5983601 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,14 @@ All notable changes to PagerTabStrip will be documented in this file. -### [2.1.0](https://github.com/xmartlabs/PagerTabStrip/releases/tag/2.0.0) +### [3.0.0](https://github.com/xmartlabs/PagerTabStrip/releases/tag/3.0.0) + + + +- Add scrollable style +- Bug fixes + +### [2.1.0](https://github.com/xmartlabs/PagerTabStrip/releases/tag/2.1.0) diff --git a/PagerTabStripView.podspec b/PagerTabStripView.podspec index 8b7851d..91f08cf 100644 --- a/PagerTabStripView.podspec +++ b/PagerTabStripView.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PagerTabStripView" - s.version = "2.1.0" + s.version = "3.0.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' }