From d451b6fd88dc09d135734cc8b5d95b03c9b961f3 Mon Sep 17 00:00:00 2001 From: Alex Skorulis Date: Wed, 17 Apr 2024 06:16:26 +1000 Subject: [PATCH] Bump version to 0.3.3 --- Knit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Knit.podspec b/Knit.podspec index a27174e..4f51ab7 100644 --- a/Knit.podspec +++ b/Knit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Knit' - s.version = '0.3.2' + s.version = '0.3.3' 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'