From a1d52c6245a6ce3ec326db0715445aeaa093cf01 Mon Sep 17 00:00:00 2001 From: Shai Mishali Date: Mon, 28 Jun 2021 10:46:34 +0300 Subject: [PATCH] 2.0.0 --- RxWebKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RxWebKit.podspec b/RxWebKit.podspec index 5d24629..553a330 100644 --- a/RxWebKit.podspec +++ b/RxWebKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RxWebKit" - s.version = "1.0.2" + s.version = "2.0.0" s.summary = "RxWebKit is a RxSwift wrapper for WebKit." s.description = <<-DESC RxWebKit is a RxSwift wrapper for `WebKit`.