From 92fcfe2e72c2c92b5139fc4830dbf71804685346 Mon Sep 17 00:00:00 2001 From: Alex Skorulis Date: Wed, 24 Jan 2024 08:46:38 +1100 Subject: [PATCH] Bump version to 0.2.5 --- Knit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Knit.podspec b/Knit.podspec index d82acad..880409e 100644 --- a/Knit.podspec +++ b/Knit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Knit' - s.version = '0.2.4' + s.version = '0.2.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/squareup/knit'