diff --git a/TinkoffConcurrency.podspec b/TinkoffConcurrency.podspec index 536f38a..3d9075f 100644 --- a/TinkoffConcurrency.podspec +++ b/TinkoffConcurrency.podspec @@ -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 diff --git a/TinkoffConcurrencyTesting.podspec b/TinkoffConcurrencyTesting.podspec index b72391e..7c026d7 100644 --- a/TinkoffConcurrencyTesting.podspec +++ b/TinkoffConcurrencyTesting.podspec @@ -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 @@ -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"]