diff --git a/README.md b/README.md index 2ad722e..df14462 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ A Swift Toast view - iOS 14 style - built with UIKit. 🍞 You can use The Swift Package Manager to install Toast-Swift by adding the description to your Package.swift file: ```swift dependencies: [ - .package(url: "https://github.com/BastiaanJansen/toast-swift", from: "2.0.0") + .package(url: "https://github.com/BastiaanJansen/toast-swift", from: "2.1.0") ] ```