Skip to content

Commit

Permalink
release 3.1.0 (#70)
Browse files Browse the repository at this point in the history
* release 3.1.0

* update release date and xcode project version
  • Loading branch information
cecipirotto authored Dec 9, 2021
1 parent 5ef962d commit fa9e00b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

### [3.1.0](https://github.com/xmartlabs/PagerTabStrip/releases/tag/3.1.0)

<!-- Released on 2021-12-09. -->

- Disable swipe gesture support
- Bug fixes

### [3.0.0](https://github.com/xmartlabs/PagerTabStrip/releases/tag/3.0.0)

<!-- Released on 2021-10-05. -->
Expand Down
2 changes: 1 addition & 1 deletion PagerTabStripView.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "PagerTabStripView"
s.version = "3.0.0"
s.version = "3.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' }
Expand Down
2 changes: 2 additions & 0 deletions PagerTabStripView.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 3.1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.xmartlabs.PagerTabStripView.PagerTabStripView;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand All @@ -464,6 +465,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 3.1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.xmartlabs.PagerTabStripView.PagerTabStripView;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand Down
2 changes: 1 addition & 1 deletion PagerTabStripView/Info.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>1.0</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit fa9e00b

Please sign in to comment.