Skip to content

Commit

Permalink
version bump 0.8.6 (#66)
Browse files Browse the repository at this point in the history
* version bump 0.8.6

* updated example to 0.8.6
  • Loading branch information
kevnm67 committed Dec 23, 2016
1 parent ce64f54 commit 01d4863
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PODS:
- MagicalRecord/Core (= 2.2)
- MagicalRecord/Core (2.2)
- OCMock (3.3.1)
- SSDataSources (0.8.5)
- SSDataSources (0.8.6)

DEPENDENCIES:
- Expecta
Expand All @@ -20,7 +20,7 @@ SPEC CHECKSUMS:
Expecta: e1c022fcd33910b6be89c291d2775b3fe27a89fe
MagicalRecord: 2dc87179ae7c1f2a274442624ec65a07d4357a6f
OCMock: f3f61e6eaa16038c30caa5798c5e49d3307b6f22
SSDataSources: b01170fb23b82acf0649194e9189b0bf5f702681
SSDataSources: ebcf6e435a090f1a940c5d2042cfb3f369f98a1d

PODFILE CHECKSUM: a825c470a277c6414e70013f6c8fb50387acf57d

Expand Down
2 changes: 1 addition & 1 deletion SSDataSources.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SSDataSources"
s.version = "0.8.5"
s.version = "0.8.6"
s.summary = "Flexible data sources for your UITableView and UICollectionView."
s.homepage = "https://github.com/splinesoft/SSDataSources"
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down

0 comments on commit 01d4863

Please sign in to comment.