Skip to content

Commit

Permalink
Release 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 11, 2023
1 parent 9dcf12f commit 3cab732
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [2.0.2] - 2023-07-11Z

**Add**

- **Podspec**
Expand Down
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.1'
s.version = '2.0.2'
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.1'
s.version = '2.0.2'
s.summary = 'A toolset that makes Swift Concurrency testing a bit easier.'

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

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

s.dependency 'TinkoffConcurrency', '2.0.1'
s.dependency 'TinkoffConcurrency', '2.0.2'

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

0 comments on commit 3cab732

Please sign in to comment.