From e3049e8b3c94f179ea73e41c3fd79f7bf1af03ad Mon Sep 17 00:00:00 2001 From: Krunoslav Zaher Date: Sun, 13 Mar 2016 14:01:14 +0100 Subject: [PATCH] Release 0.6 --- CHANGELOG.md | 2 +- RxDataSources.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fdc0e8f..d87a155d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. --- -## [0.5](https://github.com/RxSwiftCommunity/RxDataSources/releases/tag/0.5) +## [0.6](https://github.com/RxSwiftCommunity/RxDataSources/releases/tag/0.6) #### Features diff --git a/RxDataSources.podspec b/RxDataSources.podspec index 5dcbbdba..a59cd062 100644 --- a/RxDataSources.podspec +++ b/RxDataSources.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RxDataSources" - s.version = "0.5" + s.version = "0.6" s.summary = "This is a collection of reactive data sources for UITableView and UICollectionView." s.description = <<-DESC This is a collection of reactive data sources for UITableView and UICollectionView.