From 7698dc37e7dcbe60051361e3449781af785e4d11 Mon Sep 17 00:00:00 2001 From: Andrey Vyazovoy Date: Mon, 30 Oct 2023 15:40:38 -0400 Subject: [PATCH] 3.0.1 --- Examples/Podfile.lock | 6 +++--- SimpleSource.podspec | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Examples/Podfile.lock b/Examples/Podfile.lock index bc13b2e..d9a6a49 100644 --- a/Examples/Podfile.lock +++ b/Examples/Podfile.lock @@ -1,8 +1,8 @@ PODS: - Nimble (12.3.0) - Quick (7.3.0) - - SimpleSource (3.0.0) - - SimpleSource/Tests (3.0.0): + - SimpleSource (3.0.1) + - SimpleSource/Tests (3.0.1): - Nimble (~> 12.0) - Quick (~> 7.0) @@ -22,7 +22,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: Nimble: f8a8219d16f176429b951e8f7e72df5c23ceddc0 Quick: d32871931c05547cb4e0bc9009d66a18b50d8558 - SimpleSource: 611bfe53fe55132415a3c72a9a0126f9aa846d8b + SimpleSource: c096d5fb8c7ec0956c2cf01c8a645828c2efb330 PODFILE CHECKSUM: 5ebdafbbdb9020f19e05fb40cff22a580d64a844 diff --git a/SimpleSource.podspec b/SimpleSource.podspec index 357388c..0da44b9 100644 --- a/SimpleSource.podspec +++ b/SimpleSource.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SimpleSource' - s.version = '3.0.0' + s.version = '3.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' }