@ -13,11 +13,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.6.10</string>
<string>1.6.13</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>65</string>
<string>68</string>
<key>Fabric</key>
<dict>
<key>APIKey</key>
@ -32,7 +32,7 @@ class AboutUsTests: XCTestCase {
tapAboutTab()
let expectedVersion = "Clocker 1.6.12 (67)"
let expectedVersion = "Clocker 1.6.13 (68)"
guard let presentVersion = app.windows["Clocker"].staticTexts["ClockerVersion"].value as? String else {
XCTFail("Present version not present")
return