diff --git a/CHANGELOG.md b/CHANGELOG.md index f2c1da8cfee..6a99c2367ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cucumberish.podspec b/Cucumberish.podspec index b1fcdaebb2e..d1782ffd658 100644 --- a/Cucumberish.podspec +++ b/Cucumberish.podspec @@ -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. diff --git a/CucumberishExample/CucumberishCarthage/Info.plist b/CucumberishExample/CucumberishCarthage/Info.plist index fbe1e6b3141..152cf048223 100644 --- a/CucumberishExample/CucumberishCarthage/Info.plist +++ b/CucumberishExample/CucumberishCarthage/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0 + 1.0.5 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass