From 40fc588604029d7a3666893c9461b184a3b54e82 Mon Sep 17 00:00:00 2001 From: Pol Quintana Date: Mon, 14 Dec 2015 12:56:44 +0100 Subject: [PATCH] Update to 0.3.1 --- README.md | 6 +++--- RealmResultsController.podspec | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ac8e207..9117485 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ![](https://img.shields.io/badge/language-swift-blue.svg) -![](https://img.shields.io/badge/version-0.3.0-red.svg) +![](https://img.shields.io/badge/version-0.3.1-red.svg) [![Build Status](https://travis-ci.org/redbooth/RealmResultsController.svg?branch=master)](https://travis-ci.org/redbooth/RealmResultsController) ![](Images/RRCHigh.png) @@ -259,7 +259,7 @@ To use the demo, just run the following command to install the Realm dependencie #### Carthage: ``` -github "redbooth/RealmResultsController" "0.3.0" +github "redbooth/RealmResultsController" "0.3.1" ``` #### CocoaPods: @@ -267,7 +267,7 @@ github "redbooth/RealmResultsController" "0.3.0" ``` use_frameworks! -pod 'RealmResultsController', '~> 0.3.0' +pod 'RealmResultsController', '~> 0.3.1' ``` #### Manual: diff --git a/RealmResultsController.podspec b/RealmResultsController.podspec index a513b94..c0e085f 100644 --- a/RealmResultsController.podspec +++ b/RealmResultsController.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "RealmResultsController" - s.version = "0.3.0" + s.version = "0.3.1" s.summary = "A NSFetchedResultsController implementation for Realm written in Swift" s.homepage = "https://github.com/redbooth/RealmResultsController" s.license = 'MIT' s.author = "Redbooth" - s.source = { :git => "https://github.com/redbooth/RealmResultsController.git", :tag => "0.3.0" } + s.source = { :git => "https://github.com/redbooth/RealmResultsController.git", :tag => "0.3.1" } s.platform = :ios, '8.0' s.source_files = 'Source' s.frameworks = 'UIKit'