From 8d2b7d7508d016fe1151b3622307314322a25ec3 Mon Sep 17 00:00:00 2001 From: Morten Heiberg Date: Tue, 11 Dec 2018 10:28:00 +0100 Subject: [PATCH] 2.0.1 --- SimpleSource.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SimpleSource.podspec b/SimpleSource.podspec index 315419d..54be63f 100644 --- a/SimpleSource.podspec +++ b/SimpleSource.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SimpleSource' - s.version = '2.0.0' + s.version = '2.0.1' 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' }