From 928c4c624279653e7bcf6d4a0400fada07d52e94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Pin=CC=83era=20Buendi=CC=81a?= Date: Sun, 8 May 2016 11:23:57 +0200 Subject: [PATCH] Version 2.2.7 --- CHANGELOG.md | 2 +- SugarRecord.podspec | 2 +- SugarRecord.xcodeproj/project.pbxproj | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1df8c8d..c8dc3e92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -### Version 2.2.6 +### Version 2.2.7 - Add Observable feature https://github.com/pepibumur/SugarRecord/pull/243 - Fix a CoreDataStorage `journal_mode` property not set properly. diff --git a/SugarRecord.podspec b/SugarRecord.podspec index db1b2327..e95fe24a 100644 --- a/SugarRecord.podspec +++ b/SugarRecord.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SugarRecord" - s.version = "2.2.6" + s.version = "2.2.7" s.summary = "CoreData wrapper written on Swift" s.homepage = "https://github.com/pepibumur/SugarRecord" s.license = 'MIT' diff --git a/SugarRecord.xcodeproj/project.pbxproj b/SugarRecord.xcodeproj/project.pbxproj index 6f5c5148..5493fffb 100644 --- a/SugarRecord.xcodeproj/project.pbxproj +++ b/SugarRecord.xcodeproj/project.pbxproj @@ -277,6 +277,7 @@ 23B15C521BF352AD0059008E /* Issue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23B15C511BF352AD0059008E /* Issue.swift */; }; 23B15C571BF3535E0059008E /* RealmTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23B15C561BF3535E0059008E /* RealmTests.swift */; }; 23B15C591BF353F70059008E /* Realm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23B15C581BF353F70059008E /* Realm.swift */; }; + 23EDB1D11CDF3CEC00C1577E /* CoreDataObservable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2310154C1CDCCA42004486FA /* CoreDataObservable.swift */; }; 23F3F36A1C1DFA6D009A5CC1 /* ReactiveError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23F3F3691C1DFA6D009A5CC1 /* ReactiveError.swift */; }; 23F3F36B1C1DFA6D009A5CC1 /* ReactiveError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23F3F3691C1DFA6D009A5CC1 /* ReactiveError.swift */; }; 23F3F3931C1E14BD009A5CC1 /* ReactiveStorageTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23F3F3921C1E14BD009A5CC1 /* ReactiveStorageTests.swift */; }; @@ -1899,6 +1900,7 @@ 2319B86A1C2401F80050ABE8 /* Error.swift in Sources */, 2319B86B1C2401F80050ABE8 /* RequestExtension.swift in Sources */, 2319B86C1C2401F80050ABE8 /* NSPredicateConvertible.swift in Sources */, + 23EDB1D11CDF3CEC00C1577E /* CoreDataObservable.swift in Sources */, 2310155F1CDCCF8D004486FA /* CoreDataChange.swift in Sources */, 237A93CB1C626ABF006BC2F1 /* CoreDataiCloudStorage.swift in Sources */, 2319B86D1C2401F80050ABE8 /* NSSortDescriptorConvertible.swift in Sources */,