From f58d36fb3c394063933155bb099262344d029523 Mon Sep 17 00:00:00 2001 From: Daniel Saidi Date: Tue, 8 Jun 2021 10:39:48 +0200 Subject: [PATCH] Bump to 0.3.1 --- SystemNotification.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SystemNotification.podspec b/SystemNotification.podspec index 101b966..a35cc16 100644 --- a/SystemNotification.podspec +++ b/SystemNotification.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = 'SystemNotification' - s.version = '0.3.0' + s.version = '0.3.1' s.swift_versions = ['5.3'] s.summary = 'SystemNotification lets you mimic native iOS system notifications in your SwiftUI apps'