From 7ab2698460c3cd1390028ab568c8986b0d8a924d Mon Sep 17 00:00:00 2001 From: Pol Quintana Date: Wed, 13 Jan 2016 16:57:02 +0100 Subject: [PATCH] 0.4.0 version --- README.md | 6 +++--- RealmResultsController.podspec | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9117485..89fad8a 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.1-red.svg) +![](https://img.shields.io/badge/version-0.4.0-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.1" +github "redbooth/RealmResultsController" "0.4.0" ``` #### CocoaPods: @@ -267,7 +267,7 @@ github "redbooth/RealmResultsController" "0.3.1" ``` use_frameworks! -pod 'RealmResultsController', '~> 0.3.1' +pod 'RealmResultsController', '~> 0.4.0' ``` #### Manual: diff --git a/RealmResultsController.podspec b/RealmResultsController.podspec index c0e085f..e2c1a5e 100644 --- a/RealmResultsController.podspec +++ b/RealmResultsController.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "RealmResultsController" - s.version = "0.3.1" + s.version = "0.4.0" 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.1" } + s.source = { :git => "https://github.com/redbooth/RealmResultsController.git", :tag => "0.4.0" } s.platform = :ios, '8.0' s.source_files = 'Source' s.frameworks = 'UIKit'