Skip to content

Commit

Permalink
Release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 15, 2023
1 parent dd845ed commit 8caefb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion TinkoffConcurrency.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'TinkoffConcurrency'
s.version = '2.0.0'
s.version = '2.0.1'
s.summary = 'A toolset that makes Swift Concurrency a bit easier.'

s.description = <<-DESC
Expand Down
4 changes: 2 additions & 2 deletions TinkoffConcurrencyTesting.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'TinkoffConcurrencyTesting'
s.version = '2.0.0'
s.version = '2.0.1'
s.summary = 'A toolset that makes Swift Concurrency testing a bit easier.'

s.description = <<-DESC
Expand All @@ -21,7 +21,7 @@ Pod::Spec.new do |s|

s.source_files = 'Development/TinkoffConcurrencyTesting/**/*.{swift,md,docc}'

s.dependency 'TinkoffConcurrency', '~> 2.0.0'
s.dependency 'TinkoffConcurrency', '2.0.1'

s.test_spec 'Tests' do |test_spec|
test_spec.source_files = ["Tests/TinkoffConcurrencyTesting/**/*.swift", "Tests/TestSupport/**/*.swift"]
Expand Down

0 comments on commit 8caefb7

Please sign in to comment.