Skip to content

Commit

Permalink
Change version
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav Prusakov committed Nov 7, 2019
1 parent 241f4dc commit 043c612
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SwiftDI.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SwiftDI'
s.version = '1.0.1'
s.version = '1.1'
s.summary = 'Perfect dependency injection using property wrappers!'

s.homepage = 'https://litecode.dev/'
Expand All @@ -11,6 +11,6 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '13.0'
s.swift_version = '5.1'
s.source_files = 'Sources/SwiftDI/**/*.{swift}'

end

0 comments on commit 043c612

Please sign in to comment.