We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc6f25c commit 2f99f44Copy full SHA for 2f99f44
CucumberSwift.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'CucumberSwift'
3
- s.version = '5.0.4'
+ s.version = '5.0.5'
4
s.summary = 'A lightweight swift only cucumber implementation.'
5
6
s.description = <<-DESC
Sources/CucumberSwift/Info.plist
@@ -17,6 +17,6 @@
17
<key>CFBundleShortVersionString</key>
18
<string>1.0</string>
19
<key>CFBundleVersion</key>
20
- <string>5.0.4</string>
+ <string>5.0.5</string>
21
</dict>
22
</plist>
0 commit comments