From 4df10435137ff9c3d9abd4577d7ade2bfd102154 Mon Sep 17 00:00:00 2001 From: "xq.jin" Date: Mon, 31 May 2021 17:06:12 +0800 Subject: [PATCH] update version in podspec --- CombineX.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CombineX.podspec b/CombineX.podspec index f27e7e56..ff882664 100644 --- a/CombineX.podspec +++ b/CombineX.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "CombineX" - s.version = "0.3.1" + s.version = "0.3.2" s.summary = "Open source implementation for Apple's Combine." s.homepage = "https://github.com/cx-org/CombineX" s.license = { :type => "MIT", :file => "LICENSE" }