Skip to content

Commit

Permalink
3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Vyazovoy committed Oct 30, 2023
1 parent de07cc8 commit 7698dc3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions 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)

Expand All @@ -22,7 +22,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
Nimble: f8a8219d16f176429b951e8f7e72df5c23ceddc0
Quick: d32871931c05547cb4e0bc9009d66a18b50d8558
SimpleSource: 611bfe53fe55132415a3c72a9a0126f9aa846d8b
SimpleSource: c096d5fb8c7ec0956c2cf01c8a645828c2efb330

PODFILE CHECKSUM: 5ebdafbbdb9020f19e05fb40cff22a580d64a844

Expand Down
2 changes: 1 addition & 1 deletion 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' }
Expand Down

0 comments on commit 7698dc3

Please sign in to comment.