Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
🔖 Bump to 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Cantallops committed May 26, 2018
1 parent bc26afc commit 51b7824
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Phantom/Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.7</string>
<string>1.0.8</string>
<key>CFBundleVersion</key>
<string>1.0.7.0</string>
<string>1.0.8.0</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down
4 changes: 2 additions & 2 deletions PhantomTests/Common/Tools/Bundle/BundleTest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ class BundleTest: XCTestCase {
}

func testVersionNumber() {
XCTAssertEqual(bundle.versionNumber, "1.0.7")
XCTAssertEqual(bundle.versionNumber, "1.0.8")
}

func testBuildNumber() {
XCTAssertEqual(bundle.buildNumber, "1.0.7.0")
XCTAssertEqual(bundle.buildNumber, "1.0.8.0")
}
}

0 comments on commit 51b7824

Please sign in to comment.