From a24a15677179e66be1a8b45f4c6b21001fbb6ab2 Mon Sep 17 00:00:00 2001 From: Bastiaan Jansen <21118262+BastiaanJansen@users.noreply.github.com> Date: Sat, 30 Sep 2023 13:59:22 +0200 Subject: [PATCH] updated version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4233588..2ad722e 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.6.0") + .package(url: "https://github.com/BastiaanJansen/toast-swift", from: "2.0.0") ] ```