Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmed-Ali committed Nov 27, 2016
1 parent 5deccd5 commit 501a291
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
#Change Log

### [v1.0.5](https://github.com/Ahmed-Ali/Cucumberish/releases/tag/v1.0.5)

- Added support to Carthage.
- Moved the installation instructions to the repo's Wiki for the sake of simplicity.

### [v1.0.4](https://github.com/Ahmed-Ali/Cucumberish/releases/tag/v1.0.4)

- Merged PR #26 to fix an issue with regex matching
Expand Down
2 changes: 1 addition & 1 deletion Cucumberish.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "Cucumberish"
s.version = "1.0.4"
s.version = "1.0.5"
s.summary = "Cucumberish is the native Objective-C implementation of Cucumber BDD automation test framework"
s.description = <<-DESC
Cucumberish is Objective-C and Swift framework for Behaviour Driven Development inspired by the amazing way of writing automated test cases introduced originally by Cucumber. With Cucumberish, you write your test cases in almost plain English language.
Expand Down
2 changes: 1 addition & 1 deletion CucumberishExample/CucumberishCarthage/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.0.5</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 501a291

Please sign in to comment.