Skip to content

Commit 01d4863

Browse files
authoredDec 23, 2016
version bump 0.8.6 (#66)
* version bump 0.8.6 * updated example to 0.8.6
1 parent ce64f54 commit 01d4863

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎Example/Podfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PODS:
44
- MagicalRecord/Core (= 2.2)
55
- MagicalRecord/Core (2.2)
66
- OCMock (3.3.1)
7-
- SSDataSources (0.8.5)
7+
- SSDataSources (0.8.6)
88

99
DEPENDENCIES:
1010
- Expecta
@@ -20,7 +20,7 @@ SPEC CHECKSUMS:
2020
Expecta: e1c022fcd33910b6be89c291d2775b3fe27a89fe
2121
MagicalRecord: 2dc87179ae7c1f2a274442624ec65a07d4357a6f
2222
OCMock: f3f61e6eaa16038c30caa5798c5e49d3307b6f22
23-
SSDataSources: b01170fb23b82acf0649194e9189b0bf5f702681
23+
SSDataSources: ebcf6e435a090f1a940c5d2042cfb3f369f98a1d
2424

2525
PODFILE CHECKSUM: a825c470a277c6414e70013f6c8fb50387acf57d
2626

‎SSDataSources.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "SSDataSources"
3-
s.version = "0.8.5"
3+
s.version = "0.8.6"
44
s.summary = "Flexible data sources for your UITableView and UICollectionView."
55
s.homepage = "https://github.com/splinesoft/SSDataSources"
66
s.license = { :type => 'MIT', :file => 'LICENSE' }

0 commit comments

Comments
 (0)