From 65f9c93718f96c6de234d38c9976e67a0d9e2b28 Mon Sep 17 00:00:00 2001 From: Gordon Tucker Date: Fri, 6 Aug 2021 09:12:53 -0600 Subject: [PATCH] Update FittedSheets.podspec.json --- FittedSheets.podspec.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FittedSheets.podspec.json b/FittedSheets.podspec.json index 84d2f9f..413436d 100644 --- a/FittedSheets.podspec.json +++ b/FittedSheets.podspec.json @@ -1,6 +1,6 @@ { "name": "FittedSheets", - "version": "2.4.1", + "version": "2.4.2", "summary": "A bottom sheets implementation for iOS apps.", "description": "iOS doesn't have a good way to use bottom sheets natively, so this is to bridge the gap with a decent looking implementation.", "homepage": "https://github.com/gordontucker/FittedSheets", @@ -10,7 +10,7 @@ }, "source": { "git": "https://github.com/gordontucker/FittedSheets.git", - "tag": "2.4.1" + "tag": "2.4.2" }, "platforms": { "ios": "11.0"