diff --git a/README.md b/README.md index ee8bd4e..926e080 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![](https://img.shields.io/badge/coverage-100%25-green.svg) ![](https://img.shields.io/badge/language-swift-blue.svg) -![](https://img.shields.io/badge/version-0.2.3-red.svg) +![](https://img.shields.io/badge/version-0.2.4-red.svg) ![](Images/RRCHigh.png) @@ -257,7 +257,7 @@ To use the demo, just run the following command to install the Realm dependencie #### Carthage: ``` -github "redbooth/RealmResultsController" "0.2.3" +github "redbooth/RealmResultsController" "0.2.4" ``` #### CocoaPods: @@ -265,7 +265,7 @@ github "redbooth/RealmResultsController" "0.2.3" ``` use_frameworks! -pod 'RealmResultsController', '~> 0.2.3' +pod 'RealmResultsController', '~> 0.2.4' ``` #### Manual: diff --git a/RealmResultsController.podspec b/RealmResultsController.podspec index d4cf5bb..7df2c1a 100644 --- a/RealmResultsController.podspec +++ b/RealmResultsController.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "RealmResultsController" - s.version = "0.2.3" + s.version = "0.2.4" s.summary = "A NSFetchedResultsController implementation for Realm written in Swift" s.homepage = "https://github.com/teambox/RealmResultsController" s.license = 'MIT' s.author = "Redbooth" - s.source = { :git => "https://github.com/teambox/RealmResultsController.git", :tag => "0.2.3" } + s.source = { :git => "https://github.com/teambox/RealmResultsController.git", :tag => "0.2.4" } s.platform = :ios, '8.0' s.source_files = 'Source' s.frameworks = 'UIKit'