Skip to content

Commit

Permalink
Version 2.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Piñera Buendía committed May 8, 2016
1 parent 5f94545 commit 928c4c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion SugarRecord.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 2 additions & 0 deletions SugarRecord.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 */; };
Expand Down Expand Up @@ -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 */,
Expand Down

0 comments on commit 928c4c6

Please sign in to comment.