diff --git a/Documentation/QuickStart.md b/Documentation/QuickStart.md index 501c7d2c6..5cdbf7cc3 100644 --- a/Documentation/QuickStart.md +++ b/Documentation/QuickStart.md @@ -6,7 +6,7 @@ The driving force behind **MessageKit** is the `MessageType` protocol which prov ```Swift public protocol MessageType { - var sender: Sender { get } + var sender: SenderType { get } var messageId: String { get } diff --git a/LICENSE.md b/LICENSE.md index ed13ce904..4731930ad 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017-2022 MessageKit +Copyright (c) 2017-2024 MessageKit Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 95b077216..260d48555 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Older versions of Swift and Xcode don't support MessageKit via SPM. - **iOS 14** or later - **Swift 6** or later -- + > For iOS 13 or Swift 5.x please use version 4.3.0 > For iOS 12 or CocoaPods please use version 3.8.0