From 87f2f9298f7d277ca81f9a5b94c345824cb03437 Mon Sep 17 00:00:00 2001 From: Suyeol Jeon Date: Sat, 15 Jun 2019 14:38:19 +0900 Subject: [PATCH] Bump version to 2.0.0 --- ReactorKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReactorKit.podspec b/ReactorKit.podspec index 54fa342..952b3c5 100644 --- a/ReactorKit.podspec +++ b/ReactorKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "ReactorKit" - s.version = "1.2.1" + s.version = "2.0.0" s.summary = "A framework for reactive and unidirectional Swift application architecture" s.homepage = "https://github.com/ReactorKit/ReactorKit" s.license = { :type => "MIT", :file => "LICENSE" }