From 217c9c38dead686e05896fb3dd652880adedfedf Mon Sep 17 00:00:00 2001 From: Martin Albrecht Date: Sun, 15 Sep 2024 01:28:41 +0200 Subject: [PATCH] Bump version --- SwiftUI-SimpleToast.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SwiftUI-SimpleToast.podspec b/SwiftUI-SimpleToast.podspec index 7ff7fe7..12e06c9 100644 --- a/SwiftUI-SimpleToast.podspec +++ b/SwiftUI-SimpleToast.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'SwiftUI-SimpleToast' - s.version = '0.8.1' + s.version = '0.9.0' s.summary = 'SimpleToast is a simple, lightweight, flexible and easy to use library to show toasts / popup notifications in SwiftUI.' s.swift_version = '5.7' s.description = <<-DESC