From 4fe14ddd1e896c9d6a5704ff1ca3b40d6c7aaf53 Mon Sep 17 00:00:00 2001 From: Alex Skorulis Date: Thu, 18 Jul 2024 18:29:27 +1000 Subject: [PATCH] Bump version to 1.0.2 --- Knit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Knit.podspec b/Knit.podspec index 5c0278e..27d2760 100644 --- a/Knit.podspec +++ b/Knit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Knit' - s.version = '1.0.1' + s.version = '1.0.2' s.summary = 'A tool for adding safety features to Swinject' s.description = 'Knit parses Swinject code and generates Swift files for type safety and unit testing.' s.homepage = 'https://github.com/cashapp/knit'