Skip to content

Commit

Permalink
Version 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tkohout committed Dec 3, 2019
1 parent 29d3c3a commit 136e572
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "Swinject/Swinject" ~> 2.6.0
github "Swinject/Swinject" ~> 2.7.0
2 changes: 1 addition & 1 deletion Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.6.1</string>
<string>2.7.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
4 changes: 2 additions & 2 deletions SwinjectAutoregistration.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SwinjectAutoregistration'
s.version = '2.6.1'
s.version = '2.7.0'
s.summary = 'Autoregistration for Swinject'
s.description = <<-DESC
SwinjectAutoregistration is an extension of Swinject that allows to automatically inject dependencies into registered services.
Expand All @@ -18,5 +18,5 @@ SwinjectAutoregistration is an extension of Swinject that allows to automaticall
s.requires_arc = true
s.swift_version = '5.0'
s.source_files = 'Sources/**/*.{swift,h}'
s.dependency 'Swinject', '~> 2.6'
s.dependency 'Swinject', '~> 2.7'
end

0 comments on commit 136e572

Please sign in to comment.