From cda2767f750ac4c2960456ae245795bce1736c86 Mon Sep 17 00:00:00 2001 From: Daniel Saidi Date: Wed, 7 Sep 2022 10:39:44 +0200 Subject: [PATCH] Bump to 0.5.3 --- SystemNotification.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SystemNotification.podspec b/SystemNotification.podspec index ff53b5e..3f38d65 100644 --- a/SystemNotification.podspec +++ b/SystemNotification.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = 'SystemNotification' - s.version = '0.5.2' + s.version = '0.5.3' s.swift_versions = ['5.6'] s.summary = 'SystemNotification lets you mimic native iOS system notifications in your SwiftUI apps'