Skip to content

Commit fa9e00b

Browse files
authored
release 3.1.0 (#70)
* release 3.1.0 * update release date and xcode project version
1 parent 5ef962d commit fa9e00b

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

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

5+
### [3.1.0](https://github.com/xmartlabs/PagerTabStrip/releases/tag/3.1.0)
6+
7+
<!-- Released on 2021-12-09. -->
8+
9+
- Disable swipe gesture support
10+
- Bug fixes
11+
512
### [3.0.0](https://github.com/xmartlabs/PagerTabStrip/releases/tag/3.0.0)
613

714
<!-- Released on 2021-10-05. -->

PagerTabStripView.podspec

Lines changed: 1 addition & 1 deletion
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.0.0"
3+
s.version = "3.1.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' }

PagerTabStripView.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,7 @@
441441
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
442442
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
443443
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
444+
MARKETING_VERSION = 3.1.0;
444445
PRODUCT_BUNDLE_IDENTIFIER = com.xmartlabs.PagerTabStripView.PagerTabStripView;
445446
PRODUCT_NAME = "$(TARGET_NAME)";
446447
SKIP_INSTALL = YES;
@@ -464,6 +465,7 @@
464465
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
465466
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
466467
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
468+
MARKETING_VERSION = 3.1.0;
467469
PRODUCT_BUNDLE_IDENTIFIER = com.xmartlabs.PagerTabStripView.PagerTabStripView;
468470
PRODUCT_NAME = "$(TARGET_NAME)";
469471
SKIP_INSTALL = YES;

PagerTabStripView/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>$(MARKETING_VERSION)</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)