Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiar committed Nov 5, 2019
1 parent c8d7479 commit 522901b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.2.2;
MARKETING_VERSION = 2.2.3;
PRODUCT_BUNDLE_IDENTIFIER = me.jiar.Example;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand All @@ -679,7 +679,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.2.2;
MARKETING_VERSION = 2.2.3;
PRODUCT_BUNDLE_IDENTIFIER = me.jiar.Example;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand Down
4 changes: 2 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- MBProgressHUD (1.1.0)
- MJRefresh (3.2.0)
- SegementSlide (2.2.2)
- SegementSlide (2.2.3)
- SnapKit (5.0.0)

DEPENDENCIES:
Expand All @@ -23,7 +23,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
MBProgressHUD: e7baa36a220447d8aeb12769bf0585582f3866d9
MJRefresh: ed450d6eb9d3346a2cb033ab7eb6de090aeef437
SegementSlide: fff4dfa6f8e24d45612e4fcd16f7462becef15bf
SegementSlide: 7a35da31eaa87fa0af42cc402395821a0c6835ae
SnapKit: fd22d10eb9aff484d79a8724eab922c1ddf89bcf

PODFILE CHECKSUM: 5f238afc943014d26abc84d7385bd9a4e9a3228c
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ platform :ios, '9.0'
use_frameworks!

target '<Your Target Name>' do
pod 'SegementSlide', '2.2.1'
pod 'SegementSlide', '2.2.3'
end
```

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

```ogdl
github "Jiar/SegementSlide" "2.2.1"
github "Jiar/SegementSlide" "2.2.3"
```

Run `carthage update` to build the framework.
Expand Down
2 changes: 1 addition & 1 deletion SegementSlide.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = 'SegementSlide'
s.version = '2.2.2'
s.version = '2.2.3'
s.summary = 'Multi-tier UIScrollView nested scrolling solution. 😋😋😋'

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

0 comments on commit 522901b

Please sign in to comment.