From 12f798f5af64a13e7bc39fe1bc0e8e18354d6488 Mon Sep 17 00:00:00 2001 From: Jiar Date: Fri, 8 May 2020 11:26:58 +0800 Subject: [PATCH] update version --- Example.xcodeproj/project.pbxproj | 4 ++-- Podfile.lock | 4 ++-- README.md | 4 ++-- SegementSlide.podspec | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Example.xcodeproj/project.pbxproj b/Example.xcodeproj/project.pbxproj index 301fdde..220fd6a 100644 --- a/Example.xcodeproj/project.pbxproj +++ b/Example.xcodeproj/project.pbxproj @@ -658,7 +658,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 2.2.3; + MARKETING_VERSION = 2.2.4; PRODUCT_BUNDLE_IDENTIFIER = me.jiar.Example; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 5.0; @@ -679,7 +679,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 2.2.3; + MARKETING_VERSION = 2.2.4; PRODUCT_BUNDLE_IDENTIFIER = me.jiar.Example; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 5.0; diff --git a/Podfile.lock b/Podfile.lock index 9ea164f..0243107 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -1,7 +1,7 @@ PODS: - MBProgressHUD (1.1.0) - MJRefresh (3.2.0) - - SegementSlide (2.2.3) + - SegementSlide (2.2.4) - SnapKit (5.0.0) DEPENDENCIES: @@ -23,7 +23,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: MBProgressHUD: e7baa36a220447d8aeb12769bf0585582f3866d9 MJRefresh: ed450d6eb9d3346a2cb033ab7eb6de090aeef437 - SegementSlide: 7a35da31eaa87fa0af42cc402395821a0c6835ae + SegementSlide: 934778f53ad95d93bc0471a6d1c6def9eb9490a7 SnapKit: fd22d10eb9aff484d79a8724eab922c1ddf89bcf PODFILE CHECKSUM: 5f238afc943014d26abc84d7385bd9a4e9a3228c diff --git a/README.md b/README.md index 2bef5db..8338c7c 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ platform :ios, '9.0' use_frameworks! target '' do - pod 'SegementSlide', '2.2.3' + pod 'SegementSlide', '2.2.4' end ``` @@ -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.3" +github "Jiar/SegementSlide" "2.2.4" ``` Run `carthage update` to build the framework. diff --git a/SegementSlide.podspec b/SegementSlide.podspec index e32e1aa..92f077f 100644 --- a/SegementSlide.podspec +++ b/SegementSlide.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'SegementSlide' - s.version = '2.2.3' + s.version = '2.2.4' s.summary = 'Multi-tier UIScrollView nested scrolling solution. 😋😋😋' s.homepage = 'https://github.com/Jiar/SegementSlide'