From eeef3741cf76ca1cf2d9fb181e20818f90473e27 Mon Sep 17 00:00:00 2001 From: Bas Jansen <21118262+BastiaanJansen@users.noreply.github.com> Date: Wed, 18 Dec 2024 18:04:36 +0100 Subject: [PATCH] Updated 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") ] ```