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'