Skip to content

Commit 1883c5e

Browse files
committed
tag as 3.0.0
1 parent 531d034 commit 1883c5e

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Example.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@
706706
"$(inherited)",
707707
"@executable_path/Frameworks",
708708
);
709-
MARKETING_VERSION = 2.2.4;
709+
MARKETING_VERSION = 3.0.0;
710710
PRODUCT_BUNDLE_IDENTIFIER = me.jiar.SegementSlide.Example;
711711
PRODUCT_NAME = "$(TARGET_NAME)";
712712
SUPPORTS_MACCATALYST = NO;
@@ -730,7 +730,7 @@
730730
"$(inherited)",
731731
"@executable_path/Frameworks",
732732
);
733-
MARKETING_VERSION = 2.2.4;
733+
MARKETING_VERSION = 3.0.0;
734734
PRODUCT_BUNDLE_IDENTIFIER = me.jiar.SegementSlide.Example;
735735
PRODUCT_NAME = "$(TARGET_NAME)";
736736
SUPPORTS_MACCATALYST = NO;

Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PODS:
22
- JXSegmentedView (1.0.6)
33
- MBProgressHUD (1.1.0)
44
- MJRefresh (3.2.0)
5-
- SegementSlide (2.2.4)
5+
- SegementSlide (3.0.0)
66
- SnapKit (5.0.0)
77

88
DEPENDENCIES:
@@ -28,7 +28,7 @@ SPEC CHECKSUMS:
2828
JXSegmentedView: ceb6fb3a12716408bcd5c4210b93d947d079de25
2929
MBProgressHUD: e7baa36a220447d8aeb12769bf0585582f3866d9
3030
MJRefresh: ed450d6eb9d3346a2cb033ab7eb6de090aeef437
31-
SegementSlide: 934778f53ad95d93bc0471a6d1c6def9eb9490a7
31+
SegementSlide: ad0a6de50cbcc071da9ec8b0f403a4e75b20ba9a
3232
SnapKit: fd22d10eb9aff484d79a8724eab922c1ddf89bcf
3333

3434
PODFILE CHECKSUM: 9b4b34f47bab00d35f35b1ffdc5ce19ee897074e

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ platform :ios, '9.0'
6363
use_frameworks!
6464

6565
target '<Your Target Name>' do
66-
pod 'SegementSlide', '2.2.4'
66+
pod 'SegementSlide', '3.0.0'
6767
end
6868
```
6969

@@ -89,7 +89,7 @@ To integrate SegementSlide into your Xcode project using Carthage
8989
1. specify it in your `Cartfile`:
9090

9191
```ogdl
92-
github "Jiar/SegementSlide" "2.2.4"
92+
github "Jiar/SegementSlide" "3.0.0"
9393
```
9494

9595
Run `carthage update` to build the framework.

SegementSlide.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = 'SegementSlide'
4-
s.version = '2.2.4'
4+
s.version = '3.0.0'
55
s.summary = 'Multi-tier UIScrollView nested scrolling solution. 😋😋😋'
66

77
s.homepage = 'https://github.com/Jiar/SegementSlide'

0 commit comments

Comments
 (0)