Skip to content

Commit

Permalink
Merge pull request #55 from linkedin/swift4-fix
Browse files Browse the repository at this point in the history
Fix for Swift 4
  • Loading branch information
vargon authored Nov 14, 2017
2 parents a93c001 + 7fe824b commit 5dd2f11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ConsistencyManager.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'ConsistencyManager'
spec.version = '5.1.0'
spec.version = '5.1.1'
spec.license = { :type => 'Apache License, Version 2.0' }
spec.homepage = 'https://linkedin.github.io/ConsistencyManager-iOS'
spec.authors = 'LinkedIn'
Expand Down
1 change: 1 addition & 0 deletions ConsistencyManager/ConsistencyManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -844,6 +844,7 @@ open class ConsistencyManager {
NotificationCenter.default.removeObserver(self)
}

@objc
func applicationDidReceiveMemoryWarning(_ notification: Notification) {
delegate?.applicationDidReceiveMemoryWarning(notification)
}
Expand Down

0 comments on commit 5dd2f11

Please sign in to comment.