Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Commit

Permalink
Bump to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
polqf committed Apr 12, 2016
1 parent 0e66b61 commit f18c082
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions 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)
Expand Down Expand Up @@ -259,15 +259,15 @@ 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:

```
use_frameworks!
pod 'RealmResultsController', '~> 0.4.1'
pod 'RealmResultsController', '~> 0.4.2'
```

#### Manual:
Expand All @@ -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`.
Expand Down
4 changes: 2 additions & 2 deletions 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'
Expand Down

0 comments on commit f18c082

Please sign in to comment.