Skip to content

Commit 8c820f9

Browse files
committed
Adds xcode 7.3 support.
1 parent cc27fbd commit 8c820f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
33

44
---
55

6-
## [0.7](https://github.com/RxSwiftCommunity/RxDataSources/releases/tag/0.7)
6+
## [0.7](https://github.com/RxSwiftCommunity/RxDataSources/releases/tag/0.6.2)
77

88
#### Features
99

RxDataSources.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 = "RxDataSources"
3-
s.version = "0.6.1"
3+
s.version = "0.6.2"
44
s.summary = "This is a collection of reactive data sources for UITableView and UICollectionView."
55
s.description = <<-DESC
66
This is a collection of reactive data sources for UITableView and UICollectionView.

0 commit comments

Comments
 (0)