Skip to content

Commit

Permalink
Bump release version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
skorulis-ap committed Apr 2, 2024
1 parent 9ebeb7c commit 66e1998
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Knit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Knit'
s.version = '0.3.0'
s.version = '0.3.1'
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'
Expand All @@ -13,6 +13,6 @@ Pod::Spec.new do |s|
s.source_files = 'Sources/Knit/**/*.swift'
s.preserve_paths = '*'
s.ios.deployment_target = '14.0'
s.dependency 'Swinject', '2.8.3'
s.dependency 'SwinjectAutoregistration', '2.8.3'
s.dependency 'Swinject', '~> 2.8.3'
s.dependency 'SwinjectAutoregistration', '~> 2.8.3'
end

0 comments on commit 66e1998

Please sign in to comment.