From 85fc13204ca3b44fa6d15bcbb893e4bb030671d9 Mon Sep 17 00:00:00 2001 From: Brad Fol Date: Fri, 16 Aug 2024 11:24:01 -0700 Subject: [PATCH] Bump version 1.0.5 --- Knit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Knit.podspec b/Knit.podspec index 50d3670..a6f5d23 100644 --- a/Knit.podspec +++ b/Knit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Knit' - s.version = '1.0.4' + s.version = '1.0.5' 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'