From ed93c77703eab7b52b99ef3aaa1665d21f4b7d9a Mon Sep 17 00:00:00 2001 From: Brad Fol Date: Mon, 17 Jun 2024 14:51:32 -0700 Subject: [PATCH] Bump to version 0.3.6 --- Knit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Knit.podspec b/Knit.podspec index dee7c1a..2790688 100644 --- a/Knit.podspec +++ b/Knit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Knit' - s.version = '0.3.5' + s.version = '0.3.6' 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/squareup/knit'