Skip to content

Commit 0531f5c

Browse files
committed
Bump 0.8.2
1 parent 889c209 commit 0531f5c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
osx_image: xcode61
1+
osx_image: xcode611
22
language: objective-c
33
before_install:
44
- gem install cocoapods xcpretty obcd -N

Example/Podfile.lock

Lines changed: 2 additions & 2 deletions
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.1.2)
7-
- SSDataSources (0.8.1)
7+
- SSDataSources (0.8.2)
88

99
DEPENDENCIES:
1010
- Expecta
@@ -20,6 +20,6 @@ SPEC CHECKSUMS:
2020
Expecta: ee641011fe10aa1855d487b40e4976dac50ec342
2121
MagicalRecord: 2b471584fc9e3137f3d0a56967917baa4979e224
2222
OCMock: ecdd510b73ef397f2f97274785c1e87fd147c49f
23-
SSDataSources: 8d5ad85657379bc60686d682f39bfdadfc89cce8
23+
SSDataSources: 0475adab9fcbeebfadf79c951df06051c730c6f5
2424

2525
COCOAPODS: 0.35.0

SSDataSources.podspec

Lines changed: 1 addition & 1 deletion
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.1"
3+
s.version = "0.8.2"
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)