Skip to content

Commit

Permalink
Version to 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
deanWombourne committed Jul 14, 2018
1 parent a027ce9 commit e28dd60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

### Unreleased

## 0.14.1
+ Fix to point step definitions at the current test instance

## 0.14.0
+ Update to Swift 4.1, and validate using cocoapods 1.5.0

Expand Down
2 changes: 1 addition & 1 deletion XCTest-Gherkin.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "XCTest-Gherkin"
s.version = "0.14.0"
s.version = "0.14.1"
s.summary = "Gherkin style tests"
s.description = <<-DESC
Adds Gherkin syntax to XCTestCase
Expand Down

0 comments on commit e28dd60

Please sign in to comment.