Skip to content

Commit

Permalink
Bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkj-is committed Jan 18, 2020
1 parent f8af40f commit f1adbcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion FTTestingKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "FTTestingKit"
s.version = "0.4.0"
s.version = "0.5.0"
s.summary = "Mockup and asynchronous testing protocols and extensions."
s.description = <<-DESC
Testing helpers for easier testing mockups and asynchronous testing.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ to your dependencies or install using Xcode 11 or newer:
When using CocoaPods add following line to your `Podfile`:

```ruby
pod 'FTTestingKit', '~> 0.4'
pod 'FTTestingKit', '~> 0.5'
```

When using `PromiseKit` you can use either `FTTestingKitPromiseKit`
target for testing promises or add subspec to your `Podfile`:

```ruby
pod 'FTTestingKit', '~> 0.4', subspecs: ['PromiseKit']
pod 'FTTestingKit', '~> 0.5', subspecs: ['PromiseKit']
```

## Features
Expand Down

0 comments on commit f1adbcb

Please sign in to comment.