diff --git a/README.md b/README.md index ef5e774..4949f06 100644 --- a/README.md +++ b/README.md @@ -198,7 +198,7 @@ $ pod install Add this to `Cartfile` ``` -github "RxSwiftCommunity/RxGesture" ~> 1.1.1 +github "RxSwiftCommunity/RxGesture" ~> 3.0 ``` ```bash diff --git a/RxGesture.podspec b/RxGesture.podspec index e2cf46f..a767509 100644 --- a/RxGesture.podspec +++ b/RxGesture.podspec @@ -5,7 +5,7 @@ Pod::Spec.new do |s| s.name = "RxGesture" - s.version = "2.2.0" + s.version = "3.0.0" s.summary = "RxSwift reactive wrapper for view gestures." s.description = <<-DESC