Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitrii Coolerov committed Apr 29, 2022
1 parent e1f1b5a commit 5df2b2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Swiftea.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'Swiftea'
s.version = '0.1.0'
s.version = '0.1.1'
s.summary = 'Swiftea is a Swift implementation of The Elm Arcitecture (TEA) design pattern'

# This description is used to generate tags and improve search results.
Expand All @@ -32,7 +32,7 @@ Swiftea is a Swift implementation of The Elm Arcitecture (TEA) design pattern. I

s.source_files = 'Sources/**/*.swift'

s.swift_versions = ["5.0"]
s.swift_versions = ["5.6"]
s.resource_bundles = {
'Swiftea' => ['Sources/Swiftea/Resources/**/*.{txt}']
}
Expand Down

0 comments on commit 5df2b2b

Please sign in to comment.