From 0732c15c38756562d473e874b351be8e400189e3 Mon Sep 17 00:00:00 2001 From: Morten Heiberg Date: Mon, 16 Mar 2020 14:06:27 +0100 Subject: [PATCH] 2.0.3 --- SimpleSource.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SimpleSource.podspec b/SimpleSource.podspec index e61e601..04e617c 100644 --- a/SimpleSource.podspec +++ b/SimpleSource.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SimpleSource' - s.version = '2.0.2' + s.version = '2.0.3' s.summary = 'Composable, easy to use data sources for UITableView and UICollectionView.' s.homepage = 'https://github.com/Squarespace/simple-source' s.license = { :type => 'Apache', :file => 'LICENSE' }