diff --git a/Knit.podspec b/Knit.podspec index 5c0278e..27d2760 100644 --- a/Knit.podspec +++ b/Knit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Knit' - s.version = '1.0.1' + s.version = '1.0.2' 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'