From b8f0de845abca47eee747b6e671f1141ec4dcf3e Mon Sep 17 00:00:00 2001 From: Bas Jansen <21118262+BastiaanJansen@users.noreply.github.com> Date: Tue, 31 Dec 2024 19:33:40 +0100 Subject: [PATCH] changed version to 2.1.3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e3a390..96df3b3 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.1.2") + .package(url: "https://github.com/BastiaanJansen/toast-swift", from: "2.1.3") ] ```