diff --git a/README.md b/README.md index 5e1b657..25d294b 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.4.1-red.svg) +![](https://img.shields.io/badge/version-0.4.2-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.4.1" +github "redbooth/RealmResultsController" "0.4.2" ``` #### CocoaPods: @@ -267,7 +267,7 @@ github "redbooth/RealmResultsController" "0.4.1" ``` use_frameworks! -pod 'RealmResultsController', '~> 0.4.1' +pod 'RealmResultsController', '~> 0.4.2' ``` #### Manual: @@ -280,7 +280,7 @@ Copy the files inside the `/Source` folder to your project More info [here](https://realm.io/docs/swift/latest/#installation-swift-20) ### Technical details: -- Swift 2.1 +- Swift 2.2 ###Licenses All source code is licensed under the `MIT License`. diff --git a/RealmResultsController.podspec b/RealmResultsController.podspec index f7f5c60..93d7954 100644 --- a/RealmResultsController.podspec +++ b/RealmResultsController.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "RealmResultsController" - s.version = "0.4.1" + s.version = "0.4.2" 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.4.1" } + s.source = { :git => "https://github.com/redbooth/RealmResultsController.git", :tag => "0.4.2" } s.platform = :ios, '8.0' s.source_files = 'Source' s.frameworks = 'UIKit'