diff --git a/README.md b/README.md index f125306..ecc1358 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: "1.0.3") + .package(url: "https://github.com/BastiaanJansen/Toast-Swift", from: "1.0.4") ] ```